mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bumped up to v2.3
This commit is contained in:
parent
8702f79591
commit
25a83cf0f8
2 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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.',
|
||||||
|
|
Loading…
Reference in a new issue