mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bumped up to version 2.1. Added change log.
This commit is contained in:
parent
bb089fe583
commit
4ffd0ed396
2 changed files with 15 additions and 1 deletions
14
CHANGELOG
Normal file
14
CHANGELOG
Normal 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.
|
2
setup.py
2
setup.py
|
@ -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.',
|
||||||
|
|
Loading…
Reference in a new issue