Merge branch 'release/0.6b7' into develop

This commit is contained in:
Jannis Leidel
2011-04-08 19:16:17 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

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.6b6'
release = '0.6b7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.