summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--docs/news.rst7
-rw-r--r--setup.py2
3 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 821a2ac..accc766 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
PasteDeploy.egg-info
coverage.xml
htmlcov
+.eggs
+build
+dist
diff --git a/docs/news.rst b/docs/news.rst
index 0f4e309..56e4fc4 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,6 +1,13 @@
Paste Deployment News
=====================
+2.0.0
+-----
+
+* Python 3 deprecation warning cleanups
+* Moved code to `GitHub <https://github.com/Pylons/pastedeploy>`_ under the Pylons Project.
+* Moved documentation under the Pylons Project, hosted by Read the Docs at https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
+
1.5.2
-----
diff --git a/setup.py b/setup.py
index fc3bfb0..d50bcad 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ docs_extras = [
setup(
name="PasteDeploy",
- version="1.5.2",
+ version="2.0.0",
description="Load, configure, and compose WSGI applications and servers",
long_description=readme,
classifiers=[