2.12 Release

This commit is contained in:
Martin Mahner 2016-09-06 15:14:27 +02:00
parent 6505f07a2a
commit d92a169805
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
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)
-----------------

View file

@ -24,7 +24,7 @@ long_description = u'\n\n'.join((
setup(
name='dpaste',
version='2.11',
version='2.12',
description='dpaste is a Django based pastebin. It\'s intended to run '
'separately but its also possible to be installed into an '
'existing Django project like a regular app.',