Skip to content

Commit

Permalink
chore: release 1.19.2 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 29, 2021
1 parent 232341b commit 92a514b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.19.2](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.1...v1.19.2) (2021-09-29)


### Bug Fixes

* ensure enums are hashable ([#252](https://www.github.com/googleapis/proto-plus-python/issues/252)) ([232341b](https://www.github.com/googleapis/proto-plus-python/commit/232341b4f4902fba1b3597bb1e1618b8f320374b))

### [1.19.1](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.0...v1.19.1) (2021-09-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import find_packages, setup

version = "1.19.1"
version = "1.19.2"

PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 92a514b

Please sign in to comment.