summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-23 23:54:15 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-23 23:54:15 +0200
commitf038e3306a976bf0abe7a66664020164ac576399 (patch)
tree521e9010b0398d6016bac075ba8a04fd888a2f80
parenta775eab8eb3c3f4d30783eaa112f80f3f4ac5fd5 (diff)
downloadpaste-git-f038e3306a976bf0abe7a66664020164ac576399.tar.gz
prepare release 2.0.12.0.1
-rw-r--r--docs/news.txt4
-rw-r--r--setup.py3
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 80d9287..7b2a7e5 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,8 @@ News
.. contents::
-development version
--------------------
+2.0.1
+-----
* Fix setup.py for six dependency: move the six dependency from extras_require
to install_requires.
diff --git a/setup.py b/setup.py
index 333be7f..7a8a0e6 100644
--- a/setup.py
+++ b/setup.py
@@ -3,10 +3,10 @@
# - run tests: run tox
# - update version in setup.py (__version__)
# - update tag_build in setup.cfg
-# - update changelog: docs/news.txt
# - modify setup.py: set RELEASE to True
# - check that "python setup.py sdist" contains all files tracked by
# the SCM (Mercurial): update MANIFEST.in if needed
+# - update changelog: docs/news.txt
#
# - hg ci
# - hg tag VERSION
@@ -15,6 +15,7 @@
# - python3 setup.py bdist_wheel upload
#
# - increment version in setup.py (__version__)
+# - modify setup.py: set RELEASE to False
# - hg ci && hg push
# If true, then the svn revision won't be used to calculate the