Skip to content

Commit 096523e

Browse files
chore(release): 3.2.7
1 parent cba0c35 commit 096523e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## [3.2.7](https://github.com/cpcloud/protoletariat/compare/3.2.6...3.2.7) (2023-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency protobuf to v4.23.1 ([cba0c35](https://github.com/cpcloud/protoletariat/commit/cba0c35fd7206b799c7ee97a2c2405553ed8c9b9))
9+
310
## [3.2.6](https://github.com/cpcloud/protoletariat/compare/3.2.5...3.2.6) (2023-05-12)
411

512

protoletariat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Protocol buffers for the rest of us."""
22

3-
__version__ = "3.2.6"
3+
__version__ = "3.2.7"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "protoletariat"
3-
version = "3.2.6"
3+
version = "3.2.7"
44
packages = [{ include = "protoletariat" }]
55
homepage = "https://github.com/cpcloud/protoletariat"
66
repository = "https://github.com/cpcloud/protoletariat"

0 commit comments

Comments
 (0)