From 09f3554a79d660026c66287493777908b00109fe Mon Sep 17 00:00:00 2001 From: Sander Smits Date: Fri, 31 Jul 2015 12:01:54 +0200 Subject: [PATCH] Preparing release 0.2.5 --- HISTORY.rst | 2 +- django_logutils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b87995c..c2b4c91 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.2.5 (unreleased) +0.2.5 (2015-07-31) ++++++++++++++++++ - Reach 100% test coverage. diff --git a/django_logutils/__init__.py b/django_logutils/__init__.py index bb34b22..ed28d11 100644 --- a/django_logutils/__init__.py +++ b/django_logutils/__init__.py @@ -1,2 +1,2 @@ """Package for `django_logutils``.""" -__version__ = '0.2.5.dev0' +__version__ = '0.2.5'