summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-11-29 21:20:04 +0000
committerGitHub <noreply@github.com>2018-11-29 21:20:04 +0000
commit02f67b9aaeff350407abb49cabe90b9c6a93dd37 (patch)
tree8cd2a177f5ed2d08c91c8f2330e17aa416bd3741 /setup.py
parent9fb5ee2b562ba9b590d71096508e69416e955345 (diff)
downloadpastedeploy-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc3bfb0..d50bcad 100644
--- a/setup.py
+++ b/setup.py
@@ -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=[