We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f326f3 commit 49741dcCopy full SHA for 49741dc
compressor/__init__.py
@@ -1,2 +1,2 @@
1
# following PEP 386
2
-__version__ = "1.2a2"
+__version__ = "1.2"
docs/changelog.txt
@@ -1,8 +1,8 @@
Changelog
=========
3
4
-v1.2 (in development)
5
----------------------
+v1.2 (in 08/03/2012)
+--------------------
6
7
- Added compatibility with Django 1.4 and dropped support for Django 1.2.X.
8
@@ -60,6 +60,8 @@ v1.2 (in development)
60
- Added a new hook to allow developers to completely bypass offline
61
compression in CompressorNode subclasses: ``is_offline_compression_enabled``.
62
63
+- Dropped versiontools from required dependencies again.
64
+
65
v1.1.2
66
------
67
0 commit comments