Merge branch 'release/0.6.1' into develop

This commit is contained in:
Jannis Leidel
2011-04-13 16:16:26 +02:00
3 changed files with 8 additions and 3 deletions

View File

@@ -17,9 +17,14 @@ David Ziegler
Eugene Mirotin Eugene Mirotin
Fenn Bailey Fenn Bailey
Gert Van Gool Gert Van Gool
Jason Davies
Jeremy Dunck Jeremy Dunck
Justin Lilly Justin Lilly
Maciek Szczesniak Maciek Szczesniak
Mathieu Pillard Mathieu Pillard
Mehmet S. Catalbas Mehmet S. Catalbas
Ulrich Petri Petar Radosevic
Philipp Wollermann
Shabda Raaj
Thom Linton
Ulrich Petri

View File

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

View File

@@ -50,7 +50,7 @@ copyright = u'2011, Django Compressor authors'
# The short X.Y version. # The short X.Y version.
version = '0.6' version = '0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6' release = '0.6.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.