From 5a99d92cf28807083f8ab1d8a7fa02348bee9b10 Mon Sep 17 00:00:00 2001 From: trbs Date: Wed, 13 May 2015 18:53:40 +0200 Subject: [PATCH] v1.5.5 --- django_extensions/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_extensions/__init__.py b/django_extensions/__init__.py index 855e63342..a6b4d5e50 100644 --- a/django_extensions/__init__.py +++ b/django_extensions/__init__.py @@ -1,5 +1,5 @@ -VERSION = (1, 5, 5, 'DEV') +VERSION = (1, 5, 5) # Dynamically calculate the version based on VERSION tuple if len(VERSION) > 2 and VERSION[2] is not None: diff --git a/docs/conf.py b/docs/conf.py index 128e312ee..883b83568 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # The short X.Y version. version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.5.4' +release = '1.5.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.