Skip to content

Commit dbf66e6

Browse files
committed
bump version
1 parent 4e5dc7d commit dbf66e6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
=======
55

6+
1.6.10
7+
======
8+
9+
* Added Django 1.10 compatiblity issues. Thanks to Austin Pua and Silvan Spross.
10+
* Documentation improvements. Thanks to Chris Streeter.
11+
612
1.6.9
713
=====
814

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.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.6.9'
54+
release = '1.6.10'
5555

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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-pipeline',
13-
version='1.6.9',
13+
version='1.6.10',
1414
description='Pipeline is an asset packaging library for Django.',
1515
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1616
io.open('HISTORY.rst', encoding='utf-8').read(),
@@ -30,6 +30,7 @@
3030
'Framework :: Django :: 1.7',
3131
'Framework :: Django :: 1.8',
3232
'Framework :: Django :: 1.9',
33+
'Framework :: Django :: 1.10',
3334
'Intended Audience :: Developers',
3435
'License :: OSI Approved :: MIT License',
3536
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)