Bumped version to 0.6.2 and updated changelog.

This commit is contained in:
Jannis Leidel
2011-04-14 14:02:03 +02:00
parent 12f7733475
commit 98ccd0d17a
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
VERSION = (0, 6, 1, "f", 0) # following PEP 386
VERSION = (0, 6, 2, "f", 0) # following PEP 386
DEV_N = None

View File

@@ -1,6 +1,12 @@
Changelog
=========
0.6.2
-----
- Minor bugfixes that caused the compression not working reliably in
development mode (e.g. updated files didn't trigger a new compression).
0.6.1
-----

View File

@@ -50,7 +50,7 @@ copyright = u'2011, Django Compressor authors'
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.