From fe60a1fc18b6fac6ddfc5c392f4f9eb5d4dc9ef9 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Fri, 20 Jan 2017 11:53:40 +0100 Subject: [PATCH] Bumped up to v2.13 --- CHANGELOG | 3 ++- setup.py | 2 +- tox.ini | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 067c3ff..bf30aa0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,8 @@ Changelog can now only compare an answer to it's parent snippet. I believe this is the major use case anyway. * (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) ----------------- diff --git a/setup.py b/setup.py index 9473aea..95acebd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ long_description = u'\n\n'.join(( setup( name='dpaste', - version='2.13a', + version='2.13', description='dpaste is a Django based pastebin. It\'s intended to run ' 'separately but its also possible to be installed into an ' 'existing Django project like a regular app.', diff --git a/tox.ini b/tox.ini index 704814c..232ada2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] toxworkdir=/tmp/tox/dpaste -skip_missing_interpreters = True +skip_missing_interpreters=True envlist= py{27,34,35,36}-django-{18,19,110}