diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | docs/news.rst | 7 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -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 ----- @@ -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=[ |