diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 572a944..5758809 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ What’s new in django-cachalot? ============================== -master ------- +0.9.0 +----- Added: diff --git a/cachalot/__init__.py b/cachalot/__init__.py index 1e04c70..3aedf73 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,2 +1,2 @@ -__version__ = (0, 8, 1, 'post') +__version__ = (0, 9, 0) version_string = '.'.join(str(n) for n in __version__)