Skip to content

Commit

Permalink
chore(release): 3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 16, 2023
1 parent 8089c77 commit d992a0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## [3.2.10](https://github.com/cpcloud/protoletariat/compare/3.2.9...3.2.10) (2023-06-16)


### Bug Fixes

* **deps:** update dependency protobuf to v4.23.3 ([12a36c0](https://github.com/cpcloud/protoletariat/commit/12a36c02b6093e582f2a89084d1da1734061654f))

## [3.2.9](https://github.com/cpcloud/protoletariat/compare/3.2.8...3.2.9) (2023-05-27)


Expand Down
2 changes: 1 addition & 1 deletion protoletariat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Protocol buffers for the rest of us."""

__version__ = "3.2.9"
__version__ = "3.2.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "protoletariat"
version = "3.2.9"
version = "3.2.10"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit d992a0e

Please sign in to comment.