From 02f67b9aaeff350407abb49cabe90b9c6a93dd37 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 29 Nov 2018 21:20:04 +0000 Subject: [PATCH] Prepare a 2.0.0 release (#19) * 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. * Fixup text and links in 2.0.0 news Better linking and more complete text --- .gitignore | 3 +++ docs/news.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 `_ 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 @@ setup( name="PasteDeploy", - version="1.5.2", + version="2.0.0", description="Load, configure, and compose WSGI applications and servers", long_description=readme, classifiers=[