diff options
| author | Chris Dent <chris.dent@gmail.com> | 2018-11-29 21:20:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-29 21:20:04 +0000 |
| commit | 02f67b9aaeff350407abb49cabe90b9c6a93dd37 (patch) | |
| tree | 8cd2a177f5ed2d08c91c8f2330e17aa416bd3741 /setup.py | |
| parent | 9fb5ee2b562ba9b590d71096508e69416e955345 (diff) | |
| download | pastedeploy-git-2.0.0.tar.gz | |
Prepare a 2.0.0 release (#19)2.0.0
* 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
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[ |
