summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-11-29 14:10:00 +0000
committerChris Dent <chris.dent@gmail.com>2018-11-29 14:10:00 +0000
commitcb709b3b7a1810a3c5a683b42ad510d927a11105 (patch)
tree244a26bfc6a13346d942013ced6cf823d6f452c9
parent9fb5ee2b562ba9b590d71096508e69416e955345 (diff)
downloadpastedeploy-git-cb709b3b7a1810a3c5a683b42ad510d927a11105.tar.gz
Prepare a 2.0.0 release
Update version in setup.py Add changes to news.rst Add build artifacts to .gitignore The rationale for using a 2.0.0 version number is to make a rather heavy-handed signal about the change in project hosting and maintenance.
-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..5fe8d77 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>`_
+* Moved documentation of `Pylons Project <https://docs.pylonsproject.org/projects/pastedeploy/>`_
+
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=[