Skip to content

Commit

Permalink
Release 1.1 (#9)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version
  • Loading branch information
loicteixeira authored Apr 4, 2018
1 parent e91975c commit 13c1bdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...

## [1.1.0] - 2018-04-04

### Added

- Compatibility with Django 1.10
- Compatibility with Django 1.10 and 1.11

### Changed

Expand Down Expand Up @@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial Release

[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/springload/wagtailenforcer/compare/v1.0.4...v1.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='wagtailenforcer',
version='1.0.4',
version='1.1.0',
description='WagtailEnforcer, the Wagtail arm of the law.',
author='Springload',
author_email='hello@springload.co.nz',
Expand Down

0 comments on commit 13c1bdc

Please sign in to comment.