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=[