From 7fdb4ca7f1f10de39ee2b73b0f2eca50e4ec7ada Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 23 Apr 2015 23:54:15 +0200 Subject: prepare release 2.0.1 --- docs/news.txt | 4 ++-- setup.py | 3 ++- 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 -- cgit v1.2.1