Skip to content

Commit 4003880

Browse files
committed
Release 2.1
1 parent 51ec27f commit 4003880

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
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__ = "2.0"
2+
__version__ = "2.1"

docs/changelog.txt

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
Changelog
22
=========
33

4-
v2.0 (01/07/2016)
4+
v2.1 (2016-08-09)
5+
-----------------
6+
7+
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.0...2.1>`_
8+
9+
- Add Django 1.10 compatibility
10+
11+
- Add support for inheritance using a variable in offline compression
12+
13+
- Fix recursion error with offline compression when extending templates with the same name
14+
15+
- Fix UnicodeDecodeError when using CompilerFilter and caching
16+
17+
- Fix CssAbsoluteFilter changing double quotes to single quotes, breaking SVG
18+
19+
20+
v2.0 (2016-01-07)
521
-----------------
622

723
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.6...2.0>`_
@@ -27,7 +43,7 @@ v2.0 (01/07/2016)
2743
- Replace cssmin by csscompressor (cssmin is still available for backwards-compatibility but points to rcssmin)
2844

2945

30-
v1.6 (11/19/2015)
46+
v1.6 (2015-11-19)
3147
-----------------
3248

3349
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.5...1.6>`_
@@ -49,7 +65,7 @@ v1.6 (11/19/2015)
4965
- Removed some silent exception catching in compress command
5066

5167

52-
v1.5 (03/27/2015)
68+
v1.5 (2015-03-27)
5369
-----------------
5470

5571
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.4...1.5>`_
@@ -83,7 +99,7 @@ v1.5 (03/27/2015)
8399
- Remove unnecessary filename and existence checks in CssAbsoluteFilter
84100

85101

86-
v1.4 (06/20/2014)
102+
v1.4 (2014-06-20)
87103
-----------------
88104

89105
- Added Python 3 compatibility.
@@ -120,7 +136,7 @@ v1.4 (06/20/2014)
120136

121137
- Fixed windows line endings in offline compression.
122138

123-
v1.3 (03/18/2013)
139+
v1.3 (2013-03-18)
124140
-----------------
125141

126142
- *Backward incompatible changes*

0 commit comments

Comments
 (0)