Skip to content

Commit

Permalink
Release 0.1.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicteixeira authored Aug 22, 2017
1 parent 9686a50 commit 09aee99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
...

# [0.1.2] - 2017-08-22

### Fixed

Infinite loop when the `display` option is an array.

# [0.1.1] - 2017-07-13

### Fixed
Expand All @@ -25,6 +31,7 @@ Compatibility with IE11

Initial Release

[Unreleased]: https://github.com/springload/wagtailmodelchoosers/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/springload/wagtailmodelchoosers/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/springload/wagtailmodelchoosers/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/springload/wagtailmodelchoosers/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/springload/wagtailmodelchoosers/compare/d6c8c2925e23a2473a1f051c6135fc72b1793761...v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wagtailmodelchoosers",
"version": "0.1.1",
"version": "0.1.2",
"description": "Allows you to pick generic models (rather than snippets or pages)",
"main": "setup.py",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion wagtailmodelchoosers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'wagtailmodelchoosers'
__version__ = '0.1.1'
__version__ = '0.1.2'
__author__ = 'Springload'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Springload'

0 comments on commit 09aee99

Please sign in to comment.