From 338f1be71d5aab9738c7dc3b26df5b35e6471dc1 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 23 May 2011 14:31:48 +0200 Subject: [PATCH] Bumped version. --- compressor/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compressor/__init__.py b/compressor/__init__.py index b26f26d..566a9d2 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 1, "f", 0) # following PEP 386 +VERSION = (0, 9, 2, "f", 0) # following PEP 386 DEV_N = None diff --git a/docs/conf.py b/docs/conf.py index eedda51..432fd40 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Django Compressor authors' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.1' +release = '0.9.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.