From c199bff8cbf31e3f2d88f8030f3ad7edc9b0c959 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 17 Feb 2011 03:13:04 +0100 Subject: [PATCH] Bumped version up a notch. --- 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 60e2921..bd20968 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 6, 0, "b", 1) # following PEP 386 +VERSION = (0, 6, 0, "b", 2) # following PEP 386 DEV_N = None diff --git a/docs/conf.py b/docs/conf.py index 1779b74..61c559b 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.6' # The full version, including alpha/beta/rc tags. -release = '0.6b1' +release = '0.6b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.