Skip to content

Commit 80e4741

Browse files
committed
bump version
1 parent 033d2d2 commit 80e4741

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/changelog.rst

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

44

5+
1.2.8
6+
-----
7+
8+
* Fix bugs in our glob implementation.
9+
10+
511
1.2.7
612
-----
713

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '1.2'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.2.7'
54+
release = '1.2.8'
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
@@ -7,7 +7,7 @@
77

88
setup(
99
name='django-pipeline',
10-
version='1.2.7',
10+
version='1.2.8',
1111
description='Pipeline is an asset packaging library for Django.',
1212
long_description=readme,
1313
author='Timothée Peignier',

0 commit comments

Comments
 (0)