File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.2.5] - 2020-04-27
9
+
10
+ - Add .j2 suffix to python template names to avoid confusing certain build tools [ #72 ] ( https://github.com/danielgtaylor/python-betterproto/pull/72 )
11
+
8
12
## [ 1.2.4] - 2020-04-26
9
13
10
14
- Enforce utf-8 for reading the readme in setup.py [ #67 ] ( https://github.com/danielgtaylor/python-betterproto/pull/67 )
@@ -54,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
58
55
59
- Initial release
56
60
61
+ [ 1.2.5 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.4...v1.2.5
57
62
[ 1.2.4 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.3...v1.2.4
58
63
[ 1.2.3 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.2...v1.2.3
59
64
[ 1.2.2 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.1...v1.2.2
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "betterproto" ,
5
- version = "1.2.4 " ,
5
+ version = "1.2.5 " ,
6
6
description = "A better Protobuf / gRPC generator & library" ,
7
7
long_description = open ("README.md" , "r" , encoding = "utf-8" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments