Bumped version to 0.9.

This commit is contained in:
Jannis Leidel
2011-05-18 12:21:43 +02:00
parent cd0175b66f
commit 69f91c9406
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,8 +1,8 @@
Changelog
=========
HEAD
----
0.9
---
- Fixed the precompiler support to also use the full file path instead of a
temporarily created file.

View File

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