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 02c03f3 commit 7aebef0Copy full SHA for 7aebef0
docs/conf.py
@@ -51,7 +51,7 @@
51
# The short X.Y version.
52
version = '1.2'
53
# The full version, including alpha/beta/rc tags.
54
-release = '1.2.22'
+release = '1.2.23'
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='django-pipeline',
7
- version='1.2.22',
+ version='1.2.23',
8
description='Pipeline is an asset packaging library for Django.',
9
long_description=open('README.rst').read() + '\n\n' +
10
open('HISTORY.rst').read(),
0 commit comments