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 11# Changelog
22
3+ ## [ 1.20.6] ( https://github.com/googleapis/proto-plus-python/compare/v1.20.5...v1.20.6 ) (2022-06-13)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** allow protobuf < 5.0.0 ([ #324 ] ( https://github.com/googleapis/proto-plus-python/issues/324 ) ) ([ af4f56e] ( https://github.com/googleapis/proto-plus-python/commit/af4f56edb0bfbfa808f7def37e19b24bd27d4b40 ) )
9+
10+
11+ ### Documentation
12+
13+ * fix changelog header to consistent size ([ #319 ] ( https://github.com/googleapis/proto-plus-python/issues/319 ) ) ([ 27d2003] ( https://github.com/googleapis/proto-plus-python/commit/27d2003571342e24aa74d29a45fa49d2328ff76d ) )
14+
315## [ 1.20.5] ( https://github.com/googleapis/proto-plus-python/compare/v1.20.4...v1.20.5 ) (2022-05-26)
416
517
Original file line number Diff line number Diff line change 1717
1818from setuptools import find_packages , setup
1919
20- version = "1.20.5 "
20+ version = "1.20.6 "
2121
2222PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
2323
You can’t perform that action at this time.
0 commit comments