Bumped version to 0.8.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
VERSION = (0, 7, 1, "f", 0) # following PEP 386
|
VERSION = (0, 8, 0, "f", 0) # following PEP 386
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
HEAD
|
0.8
|
||||||
----
|
---
|
||||||
|
|
||||||
- Replace naive jsmin.py with rJSmin (http://opensource.perlig.de/rjsmin/)
|
- Replace naive jsmin.py with rJSmin (http://opensource.perlig.de/rjsmin/)
|
||||||
and fixed a few problems with JavaScript comments.
|
and fixed a few problems with JavaScript comments.
|
||||||
|
@@ -48,9 +48,9 @@ copyright = u'2011, Django Compressor authors'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.7'
|
version = '0.8'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.7.1'
|
release = '0.8'
|
||||||
|
|
||||||
# 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.
|
||||||
|
Reference in New Issue
Block a user