File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.22.2] ( https://github.com/googleapis/proto-plus-python/compare/v1.22.1...v1.22.2 ) (2022-11-09)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * Fix typo in index.rst ([ #342 ] ( https://github.com/googleapis/proto-plus-python/issues/342 ) ) ([ a66a378] ( https://github.com/googleapis/proto-plus-python/commit/a66a3782802a1088c775a6b29adb15fa0235e1f1 ) )
9
+
3
10
## [ 1.22.1] ( https://github.com/googleapis/proto-plus-python/compare/v1.22.0...v1.22.1 ) (2022-08-29)
4
11
5
12
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.22.1 "
20
+ version = "1.22.2 "
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