8000 Increment version to 1.2.3 · mapped/python-betterproto@ce9f492 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce9f492

Browse files
committed
Increment version to 1.2.3
1 parent 93a6334 commit ce9f492

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444

4545
- Initial release
4646

47-
[unreleased]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.2...HEAD
47+
[unreleased]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.3...HEAD
48+
[1.2.3]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.2...v1.2.3
4849
[1.2.2]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.1...v1.2.2
4950
[1.2.1]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.0...v1.2.1
5051
[1.2.0]: https://github.com/danielgtaylor/python-betterproto/compare/v1.1.0...v1.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="betterproto",
5-
version="1.2.2",
5+
version="1.2.3",
66
description="A better Protobuf / gRPC generator & library",
77
long_description=open("README.md", "r").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)
0