diff --git a/compressor/__init__.py b/compressor/__init__.py index 974d2e1..b26f26d 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 0, "f", 0) # following PEP 386 +VERSION = (0, 9, 1, "f", 0) # following PEP 386 DEV_N = None diff --git a/docs/changelog.txt b/docs/changelog.txt index 4a5d526..95ea3a6 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,6 +1,13 @@ Changelog ========= +0.9.1 +----- + +- Fixed encoding related issue. + +- Minor cleanups. + 0.9 --- diff --git a/docs/conf.py b/docs/conf.py index fb3d6c7..eedda51 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' +release = '0.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.