Bumped up to v2.3

This commit is contained in:
Martin Mahner 2014-01-07 13:37:33 +01:00
parent 8702f79591
commit 25a83cf0f8
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
Changelog Changelog
========= =========
2.3 (2014-01-07)
----------------
* API Documentation
* Full test coverage
* Removed Twitter button from homepage
* Slug generation is less predictable
2.2 (2013-12-18) 2.2 (2013-12-18)
---------------- ----------------

View file

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