From c76100ee25191ec4819136c37d033c8dc0f34b73 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 7 Sep 2011 16:44:05 +0200 Subject: [PATCH] Bumped version to 1.0.1. --- 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 4c14d4e..30a622e 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,2 +1,2 @@ # following PEP 386, versiontools will pick it up -__version__ = (1, 0, 0, "final", 0) +__version__ = (1, 0, 1, "final", 0) diff --git a/docs/conf.py b/docs/conf.py index b5b36a8..33374d3 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 = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '1.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.