From f038e3306a976bf0abe7a66664020164ac576399 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 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') 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