File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ Changelog
2
2
=========
3
3
4
4
5
+ 1.2.4
6
+ -----
7
+
8
+ * Fix encoding problem.
9
+ * Improve storage documentation
10
+ * Add mention of the IRC channel #django-pipeline in documentation
11
+
12
+
5
13
1.2.3
6
14
-----
7
15
Original file line number Diff line number Diff line change 49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = '1.2.3 '
52
+ version = '1.2.4 '
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '1.2.3 '
54
+ release = '1.2.4 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'django-pipeline' ,
7
- version = '1.2.3 ' ,
7
+ version = '1.2.4 ' ,
8
8
description = 'Pipeline is an asset packaging library for Django.' ,
9
9
long_description = """Pipeline is an asset packaging library for Django, providing
10
10
both CSS and JavaScript concatenation and compression, built-in JavaScript
You can’t perform that action at this time.
0 commit comments