Skip to content

Commit

Permalink
Release 0.3.1 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicteixeira authored Nov 21, 2017
1 parent 973e571 commit 3915314
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.3.1] - 2017-11-20

### Fixed

- Installation on Python 2.7.6 would fail

## [0.3] - 2017-09-21

Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contributions.
Expand Down Expand Up @@ -67,7 +73,8 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib

Initial Release

[Unreleased]: https://github.com/springload/wagtailgmaps/compare/v0.3...HEAD
[Unreleased]: https://github.com/springload/wagtailgmaps/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/springload/wagtailgmaps/compare/v0.3...v0.3.1
[0.3]: https://github.com/springload/wagtailgmaps/compare/v0.2.5...v0.3
[0.2.5]: https://github.com/springload/wagtailgmaps/compare/v0.2.3...v0.2.5
[0.2.3]: https://github.com/springload/wagtailgmaps/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion wagtailgmaps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'wagtailgmaps'
__version__ = '0.3'
__version__ = '0.3.1'
__author__ = 'Springload'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Springload'

0 comments on commit 3915314

Please sign in to comment.