Skip to content

Commit

Permalink
Version bump 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoorman committed Sep 12, 2016
1 parent d50b10f commit ae0040a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.3] - 2016-09-12
### Fixed
* Backwards compatibility with Django 1.10 new middleware classes (issue [#1])

## [0.1.2] - 2016-09-12
### Fixed
* Missing README.md when installing from pypi
Expand All @@ -10,6 +14,8 @@
### Added
* Initial prototype

[0.1.3]: https://github.com/moorinteractive/wagtail-themes/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/moorinteractive/wagtail-themes/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/moorinteractive/wagtail-themes/compare/0.1...0.1.1
[#2]: https://github.com/moorinteractive/wagtail-themes/issues/2
[#1]: https://github.com/moorinteractive/wagtail-themes/issues/1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='wagtail-themes',
version='0.1.2',
version='0.1.3',
description='Site specific theme loader for Django Wagtail.',
author='Rob Moorman',
author_email='rob@moori.nl',
Expand Down

0 comments on commit ae0040a

Please sign in to comment.