Skip to content

Commit 49741dc

Browse files
committed
Updated changelog and bumped version.
1 parent 0f326f3 commit 49741dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

compressor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 386
2-
__version__ = "1.2a2"
2+
__version__ = "1.2"

docs/changelog.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
v1.2 (in development)
5-
---------------------
4+
v1.2 (in 08/03/2012)
5+
--------------------
66

77
- Added compatibility with Django 1.4 and dropped support for Django 1.2.X.
88

@@ -60,6 +60,8 @@ v1.2 (in development)
6060
- Added a new hook to allow developers to completely bypass offline
6161
compression in CompressorNode subclasses: ``is_offline_compression_enabled``.
6262

63+
- Dropped versiontools from required dependencies again.
64+
6365
v1.1.2
6466
------
6567

0 commit comments

Comments
 (0)