diff --git a/HISTORY.rst b/HISTORY.rst index 5e15036..0b6c92a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,14 @@ History ------- +0.1.1 (2014-02-09) +++++++++++++++++++ + +* Remove ``django>=1.5.5`` version specification +* Remove ``wheel`` requirement + + 0.1.0 (2014-02-08) ++++++++++++++++++ -* First release on PyPI. \ No newline at end of file +* First release on PyPI. diff --git a/watchman/__init__.py b/watchman/__init__.py index b794fd4..df9144c 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'