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 033d2d2 commit 80e4741Copy full SHA for 80e4741
docs/changelog.rst
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+1.2.8
6
+-----
7
+
8
+* Fix bugs in our glob implementation.
9
10
11
1.2.7
12
-----
13
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.7'
+release = '1.2.8'
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
setup.py
@@ -7,7 +7,7 @@
setup(
name='django-pipeline',
- version='1.2.7',
+ version='1.2.8',
description='Pipeline is an asset packaging library for Django.',
long_description=readme,
author='Timothée Peignier',
0 commit comments