summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-02-02 11:54:33 +0000
committerChris Dent <cdent@anticdent.org>2020-02-02 11:54:33 +0000
commit7d69508d92f3298f9bfe89bf34c2a6461bf68b30 (patch)
treee76de80a8f07ddd798174b5e23dbeb1d5e8b0680
parentab257360ccd6d1a5a41e23a2feef7127f31a4d1d (diff)
downloadpastedeploy-git-7d69508d92f3298f9bfe89bf34c2a6461bf68b30.tar.gz
Release 2.1.02.1.0
* remove pytest-runner
-rw-r--r--docs/news.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 56e4fc4..3dede23 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,6 +1,11 @@
Paste Deployment News
=====================
+2.1.0
+-----
+
+* pytest-runner removed, use tox to run tests.
+
2.0.0
-----
diff --git a/setup.py b/setup.py
index e15e7a7..660c5a8 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ docs_extras = [
setup(
name="PasteDeploy",
- version="2.0.1",
+ version="2.1.0",
description="Load, configure, and compose WSGI applications and servers",
long_description=readme,
classifiers=[