From 2fbfc9d627828cc8b588c71313378e2d93bce2e3 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 7 Sep 2011 13:59:58 +0200 Subject: [PATCH] Bumped to 1.0. --- compressor/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compressor/__init__.py b/compressor/__init__.py index f568ccd..4c14d4e 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, "alpha", 1) +__version__ = (1, 0, 0, "final", 0) diff --git a/docs/conf.py b/docs/conf.py index 432fd40..b5b36a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, Django Compressor authors' # built documents. # # The short X.Y version. -version = '0.9' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.9.2' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.