diff --git a/HISTORY.rst b/HISTORY.rst index 15a31df..e3bfba3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ------- -0.6.0 (2015-07-??) +0.6.0 (2015-07-02) ++++++++++++++++++ * [`#30 `_] Allow users to specify a custom authentication/authorization decorator diff --git a/watchman/__init__.py b/watchman/__init__.py index 351b942..ef7eb44 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -1 +1 @@ -__version__ = '0.6.0a1' +__version__ = '0.6.0'