Skip to content

Commit

Permalink
Version bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoorman committed Nov 30, 2016
1 parent f8680d0 commit 527308e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.0] - 2016-11-30
### Fixed
* Verbose name of `themes` instead of `Theme settings`
* Exception `ImproperlyConfigured` in `ThemeMiddleware`

### Added
* Optional settings `WAGTAIL_THEME_PATH` for storing themes into one directory (issue [#5])
* Unit and integration tests and CI with Travis

## [0.1.3] - 2016-09-12
### Fixed
* Backwards compatibility with Django 1.10 new middleware classes (issue [#1])
Expand All @@ -14,8 +23,10 @@
### Added
* Initial prototype

[0.2.0]: https://github.com/moorinteractive/wagtail-themes/compare/0.1.3...0.2.0
[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
[#5]: https://github.com/moorinteractive/wagtail-themes/issues/5
[#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 @@ -17,7 +17,7 @@

setup(
name='wagtail-themes',
version='0.1.3',
version='0.2.0',
description='Site specific theme loader for Django Wagtail.',
author='Rob Moorman',
author_email='[email protected]',
Expand Down

0 comments on commit 527308e

Please sign in to comment.