Prepared for next release.

This commit is contained in:
Martin Mahner 2014-08-02 13:08:15 +02:00
parent 22e095279d
commit dc54b35749
2 changed files with 7 additions and 2 deletions

View file

@ -1,8 +1,13 @@
Changelog
=========
2.9 (DEV)
----------------
* TBD
2.8 (2014-08-02)
---------
----------------
* The API create view has a new argument 'filename' which is used to determine
the lexer out of a given filename.

View file

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