mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
2.12 Release
This commit is contained in:
parent
6505f07a2a
commit
d92a169805
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
2.12 (2016-09-06)
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
* Fixed "Content Type" problem with Django 1.10.
|
||||||
|
* Development requirements now use a different version scheme to be
|
||||||
|
compatible with older `pip` versions.
|
||||||
|
|
||||||
2.11 (2016-09-04)
|
2.11 (2016-09-04)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ long_description = u'\n\n'.join((
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='2.11',
|
version='2.12',
|
||||||
description='dpaste is a Django based pastebin. It\'s intended to run '
|
description='dpaste is a Django based pastebin. It\'s intended to run '
|
||||||
'separately but its also possible to be installed into an '
|
'separately but its also possible to be installed into an '
|
||||||
'existing Django project like a regular app.',
|
'existing Django project like a regular app.',
|
||||||
|
|
Loading…
Reference in a new issue