mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
2.11 Release
This commit is contained in:
parent
b51c16bcbc
commit
fcfa2c60fb
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
-----------------
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue