Bumped to 0.9.1.

This commit is contained in:
Jannis Leidel
2011-05-19 11:28:53 +02:00
parent 68bce1e036
commit d269733009
3 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,13 @@
Changelog
=========
0.9.1
-----
- Fixed encoding related issue.
- Minor cleanups.
0.9
---

View File

@@ -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.