Skip to content

Commit 96193ac

Browse files
committed
bump version
1 parent 6d9d31f commit 96193ac

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

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+
513
1.2.3
614
-----
715

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '1.2.3'
52+
version = '1.2.4'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.2.3'
54+
release = '1.2.4'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-pipeline',
7-
version='1.2.3',
7+
version='1.2.4',
88
description='Pipeline is an asset packaging library for Django.',
99
long_description="""Pipeline is an asset packaging library for Django, providing
1010
both CSS and JavaScript concatenation and compression, built-in JavaScript

0 commit comments

Comments
 (0)