Skip to content

Commit d523453

Browse files
authored
Release 1.1.2 (#12)
* Update changelog * Bump version
1 parent 22eacd0 commit d523453

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
...
10+
11+
## [1.1.2] - 2018-04-23
12+
913
### Fixed
1014

1115
- Crash when uploading an image (introduced in 1.1.1)
@@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5559

5660
Initial Release
5761

58-
[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.1.1...HEAD
62+
[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.1.2...HEAD
63+
[1.1.2]: https://github.com/springload/wagtailenforcer/compare/v1.1.1...v1.1.2
5964
[1.1.1]: https://github.com/springload/wagtailenforcer/compare/v1.1.0...v1.1.1
6065
[1.1.0]: https://github.com/springload/wagtailenforcer/compare/v1.0.4...v1.1.0
6166
[1.0.4]: https://github.com/springload/wagtailenforcer/compare/v1.0.3...v1.0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='wagtailenforcer',
31-
version='1.1.1',
31+
version='1.1.2',
3232
description='WagtailEnforcer, the Wagtail arm of the law.',
3333
author='Springload',
3434
author_email='hello@springload.co.nz',

0 commit comments

Comments
 (0)