File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
44
45
45
- Initial release
46
46
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
48
49
[ 1.2.2 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.1...v1.2.2
49
50
[ 1.2.1 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.0...v1.2.1
50
51
[ 1.2.0 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "betterproto" ,
5
- version = "1.2.2 " ,
5
+ version = "1.2.3 " ,
6
6
description = "A better Protobuf / gRPC generator & library" ,
7
7
long_description = open ("README.md" , "r" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments