File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.20.0] ( https://github.com/googleapis/proto-plus-python/compare/v1.19.9...v1.20.0 ) (2022-02-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * add custom __ dir__ for messages and message classes ([ #289 ] ( https://github.com/googleapis/proto-plus-python/issues/289 ) ) ([ 35e019e] ( https://github.com/googleapis/proto-plus-python/commit/35e019eb8155c1e4067b326804e3e7e86f85b6a8 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * workaround for buggy pytest ([ #291 ] ( https://github.com/googleapis/proto-plus-python/issues/291 ) ) ([ 28aa3b2] ( https://github.com/googleapis/proto-plus-python/commit/28aa3b2b325d2ba262f35cfc8d20e1f5fbdcf883 ) )
14
+
3
15
### [ 1.19.9] ( https://github.com/googleapis/proto-plus-python/compare/v1.19.8...v1.19.9 ) (2022-01-25)
4
16
5
17
Original file line number Diff line number Diff line change 17
17
18
18
from setuptools import find_packages , setup
19
19
20
- version = "1.19.9 "
20
+ version = "1.20.0 "
21
21
22
22
PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
23
23
You can’t perform that action at this time.
0 commit comments