mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Bumped up to v2.13
This commit is contained in:
parent
f6d8c1c742
commit
fe60a1fc18
3 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,8 @@ Changelog
|
||||||
can now only compare an answer to it's parent snippet. I believe this is the
|
can now only compare an answer to it's parent snippet. I believe this is the
|
||||||
major use case anyway.
|
major use case anyway.
|
||||||
* (Backwards incompatible) Removal of the "Gist" button feature.
|
* (Backwards incompatible) Removal of the "Gist" button feature.
|
||||||
* Python 3.6 compatibility and tests.
|
* Fixed broken 404 view handler in Django 1.9+.
|
||||||
|
* Python 3.6 and Django 1.10 compatibility and tests.
|
||||||
|
|
||||||
2.12 (2016-09-06)
|
2.12 (2016-09-06)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ long_description = u'\n\n'.join((
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='2.13a',
|
version='2.13',
|
||||||
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.',
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
toxworkdir=/tmp/tox/dpaste
|
toxworkdir=/tmp/tox/dpaste
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters=True
|
||||||
envlist=
|
envlist=
|
||||||
py{27,34,35,36}-django-{18,19,110}
|
py{27,34,35,36}-django-{18,19,110}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue