mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Prepared for next release.
This commit is contained in:
parent
22e095279d
commit
dc54b35749
2 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
2.9 (DEV)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* TBD
|
||||||
|
|
||||||
2.8 (2014-08-02)
|
2.8 (2014-08-02)
|
||||||
---------
|
----------------
|
||||||
|
|
||||||
* The API create view has a new argument 'filename' which is used to determine
|
* The API create view has a new argument 'filename' which is used to determine
|
||||||
the lexer out of a given filename.
|
the lexer out of a given filename.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ long_description = u'\n\n'.join((
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='2.8',
|
version='2.9',
|
||||||
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