mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Changelog update and 2.6 Release
This commit is contained in:
parent
5c0012b3dd
commit
be724756b9
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
2.7 (2014-06-08)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* "never" as an expiration choice is enable by default! This creates snippets
|
||||||
|
in the database which are never purged.
|
||||||
|
* The API create call now supports to set the exiration time.
|
||||||
|
* Some simple Bootstrap 3 support.
|
||||||
|
* Gist fixes on Python 3 .
|
||||||
|
|
||||||
2.6 (2014-04-12)
|
2.6 (2014-04-12)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ long_description = u'\n\n'.join((
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='2.6',
|
version='2.7',
|
||||||
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