Merge branch 'release/1.0.1' into develop

This commit is contained in:
Jannis Leidel
2011-09-07 16:59:43 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# following PEP 386, versiontools will pick it up # following PEP 386, versiontools will pick it up
__version__ = (1, 0, 0, "final", 0) __version__ = (1, 0, 1, "final", 0)

View File

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