diff --git a/HISTORY.rst b/HISTORY.rst index 99888cd..e6b8c72 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,16 @@ History ------- +0.2.1 (2014-09-04) +++++++++++++++++++ + +* Initialize django during tests to prevent app loading issue for Django >= 1.7 +* Suppress ``MIDDLEWARE_CLASSES`` warning for Django >= 1.7 +* Reorganize test imports +* Fix ``make test``, ``make coverage``, ``make release`` commands +* Add htmlcov/ directory to .gitignore +* Test django 1.4, 1.6, 1.7 + 0.2.0 (2014-09-04) ++++++++++++++++++ diff --git a/watchman/__init__.py b/watchman/__init__.py index 7fd229a..fc79d63 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1'