summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 18:08:03 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 18:08:03 +0100
commit06e08c444bb39b986b655e5dac6d561ba185fb2e (patch)
tree42ca853be0606f95f0bc99ab819c3b1fa71d9606
parenta4e1ad3a1e10d55fe0ba5333bba539aefa987d3f (diff)
downloadaioeventlet-06e08c444bb39b986b655e5dac6d561ba185fb2e.tar.gz
update the release process; set version to 0.2
-rw-r--r--setup.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index a9e76ae..8179ba5 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,13 @@
# Release procedure:
-# - (fill changelog, FIXME: no changelog yet)
-# - (run unit tests, FIXME: no test yet)
+# - fill the changelog
+# - run unit tests on Linux: run "tox"
+# - run unit tests on Windows, run::
+#
+# \Python27\python.exe runtest.py -r
+# \Python27\python.exe runtest.py -r -m
+#
# - update the version in setup.py to X.Y
-# - (set release date in the changelog, FIXME: no changelog yet)
+# - set release date in README
# - check that "python setup.py sdist" contains all files tracked by
# the SCM (Mercurial), or update MANIFEST.in
# - hg ci
@@ -39,7 +44,7 @@ with open("README") as fp:
install_options = {
"name": "aiogreen",
- "version": "0.1+",
+ "version": "0.2",
"license": "Apache License 2.0",
"author": 'Victor Stinner',
"author_email": 'victor.stinner@gmail.com',