Skip to content

Commit

Permalink
Prepare a 2.0.0 release (#19)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cdent committed Nov 29, 2018
1 parent 9fb5ee2 commit 02f67b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
PasteDeploy.egg-info
coverage.xml
htmlcov
.eggs
build
dist
7 changes: 7 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 02f67b9

Please sign in to comment.