From cc61b31265a6eaf5a63ebfe807cbf6a29c35358a Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Mon, 20 May 2019 12:07:50 +0200 Subject: [PATCH] Bump version, add changelog for 1.3.3 --- CHANGELOG.md | 10 +++++++++- setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a5ced..19e8631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.3] - 2019-05-20 +### Fixed +- setup.py failing for Python 2.7. #41 + +### Added +- Test run of setup.py in develop mode for installing requirements, sanity check. Relates to #41 + ## [1.3.2] - 2019-05-20 ### Fixed - README failed parsing in non utf-8 environments. Enforce encoding. #37 @@ -43,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.8.0] - 2013-01-21 ## [0.7.0] - 2012-11-26 -[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.2...HEAD +[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.3...HEAD +[1.3.3]: https://github.com/bcwaldon/warlock/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/bcwaldon/warlock/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/bcwaldon/warlock/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/bcwaldon/warlock/compare/1.2.0...1.3.0 diff --git a/setup.py b/setup.py index 1cdd01a..4a1db4a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(fname): setuptools.setup( name="warlock", - version="1.3.2", + version="1.3.3", description="Python object model built on JSON schema and JSON patch.", long_description=read("README.md"), long_description_content_type="text/markdown",