From 3b8eddafa08d0022141fa104bded5df6bbcf0d81 Mon Sep 17 00:00:00 2001 From: Loic Teixeira Date: Tue, 27 Mar 2018 14:48:15 +1100 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3403..76ea7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +... + +## [1.0.4] - 2018-03-27 + ### Fixed - ConnectionError is now catched properly and returned with a custom error message @@ -33,7 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial Release -[Unreleased]: https://github.com/springload/wagtailenforcer/compare/0.3...HEAD +[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/springload/wagtailenforcer/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/springload/wagtailenforcer/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/springload/wagtailenforcer/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/springload/wagtailenforcer/compare/v1.0.0...v1.0.1 diff --git a/setup.py b/setup.py index 64be44e..40ae5f0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='wagtailenforcer', - version='1.0.3', + version='1.0.4', description='WagtailEnforcer, the Wagtail arm of the law.', author='Springload', author_email='hello@springload.co.nz',