Bumped up to version 2.1. Added change log.

This commit is contained in:
Martin Mahner 2013-12-14 14:17:29 +01:00
parent bb089fe583
commit 4ffd0ed396
2 changed files with 15 additions and 1 deletions

14
CHANGELOG Normal file
View file

@ -0,0 +1,14 @@
dpaste Changelog
================
2.1 (2013-12-14)
----------------
* Changes and fixes along the package management
2.0 (2013-11-29)
----------------
* A huge cleanup an nearly total rewrite.
* dpaste now includes a Django project which is used on www.dpaste.de
as well as hooks to get it integrated into existing projcts.

View file

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup( setup(
name='dpaste', name='dpaste',
version='2.0', version='2.1',
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.',