From 98930ce0d700893e0070955e1edbe939f74ca0dd Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Wed, 27 May 2020 12:04:53 +0200 Subject: [PATCH] Bump version to 1.2.5 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa605d1..08855cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.5] - 2020-04-27 + +- Add .j2 suffix to python template names to avoid confusing certain build tools [#72](https://github.com/danielgtaylor/python-betterproto/pull/72) + ## [1.2.4] - 2020-04-26 - 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 - Initial release +[1.2.5]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.1...v1.2.2 diff --git a/setup.py b/setup.py index ca1d8c80..f84623e5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="betterproto", - version="1.2.4", + version="1.2.5", description="A better Protobuf / gRPC generator & library", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown",