We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94281c5 commit 3d01569Copy full SHA for 3d01569
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [0.5.1](https://www.github.com/googleapis/python-pubsublite/compare/v0.5.0...v0.5.1) (2021-06-23)
4
+
5
6
+### Bug Fixes
7
8
+* **deps:** add packaging requirement ([#162](https://www.github.com/googleapis/python-pubsublite/issues/162)) ([94281c5](https://www.github.com/googleapis/python-pubsublite/commit/94281c5b925b550c0e0905e3f53ec9d23c45b499))
9
10
## [0.5.0](https://www.github.com/googleapis/python-pubsublite/compare/v0.4.1...v0.5.0) (2021-06-11)
11
12
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import setuptools # type: ignore
21
22
-version = "0.5.0"
+version = "0.5.1"
23
24
package_root = os.path.abspath(os.path.dirname(__file__))
25
0 commit comments