diff --git a/compressor/__init__.py b/compressor/__init__.py index 30a622e..bf37d4a 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,2 +1,2 @@ # following PEP 386, versiontools will pick it up -__version__ = (1, 0, 1, "final", 0) +__version__ = (1, 1, 0, "final", 0) diff --git a/docs/conf.py b/docs/conf.py index 33374d3..d7e8212 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 = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.