From 5573ef9272e1dcd9c6d7fd10356c5cb52c7012d1 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sun, 14 Dec 2014 09:46:36 +0100 Subject: [PATCH] Version 0.9.0. --- CHANGELOG.rst | 4 ++-- cachalot/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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__)