2.11 Release

This commit is contained in:
Martin Mahner 2016-09-04 20:09:22 +02:00
parent b51c16bcbc
commit fcfa2c60fb
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Changelog
=========
2.11 (2016-09-04)
-----------------
* Django 1.10 Support
* R Lexer is enabled by default
* Minor fixes and improvements.
2.10 (2016-03-23)
-----------------

View file

@ -24,7 +24,7 @@ long_description = u'\n\n'.join((
setup(
name='dpaste',
version='2.10',
version='2.11',
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.',