File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 1.3.1] ( https://www.github.com/googleapis/proto-plus-python/compare/v1.3.0...v1.3.1 ) (2020-07-21)
4+
5+
6+ ### Bug Fixes
7+
8+ * tweak pypi circleci task ([ #54 ] ( https://www.github.com/googleapis/proto-plus-python/issues/54 ) ) ([ 89c49d7] ( https://www.github.com/googleapis/proto-plus-python/commit/89c49d700d4b6e9a434fbfced8ca39d430dd22f9 ) )
9+
10+
11+ ### Documentation
12+
13+ * linkify pypi badge ([ #50 ] ( https://www.github.com/googleapis/proto-plus-python/issues/50 ) ) ([ 8ff08e2] ( https://www.github.com/googleapis/proto-plus-python/commit/8ff08e21e75570aad71c5e62f4c78b43139b5df2 ) )
14+
315## [ 1.3.0] ( https://www.github.com/googleapis/proto-plus-python/compare/1.2.0...v1.3.0 ) (2020-07-16)
416
517
Original file line number Diff line number Diff line change 1717
1818from setuptools import find_packages , setup
1919
20- version = "1.3.0 "
20+ version = "1.3.1 "
2121
2222PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
2323
You can’t perform that action at this time.
0 commit comments