summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-07-13 18:19:12 +0200
committerVictor Stinner <vstinner@redhat.com>2015-07-13 18:19:12 +0200
commit5d4fcb54a4281f95dc0254013ebf426a717a8b8a (patch)
treeb23de36be965a61403f06da3bfa03a1a5686b53d
parent4a3cad7b7ae78c46cbe185e58f3632b642f0d225 (diff)
downloadtrollius-git-5d4fcb54a4281f95dc0254013ebf426a717a8b8a.tar.gz
prepare release 2.0
-rw-r--r--MANIFEST.in4
-rw-r--r--doc/changelog.rst4
-rw-r--r--doc/install.rst4
-rw-r--r--setup.py5
4 files changed, 10 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e804c6a..f3b496f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,7 +2,9 @@ include AUTHORS COPYING TODO.rst tox.ini
include Makefile
include overlapped.c pypi.bat
include check.py runtests.py run_aiotest.py release.py
-include update-tulip*.sh
+include update-asyncio-*.sh
+include .travis.yml
+include releaser.conf
include doc/conf.py doc/make.bat doc/Makefile
include doc/*.rst doc/*.jpg
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 727dd5a..684dd77 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -2,8 +2,8 @@
Change log
++++++++++
-Version 2.0
-===========
+Version 2.0 (2015-07-13)
+========================
Summary:
diff --git a/doc/install.rst b/doc/install.rst
index 72e20e8..4dd6b1a 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -39,8 +39,8 @@ Trollius on Windows:
.. note::
- Only wheel packages for Python 2.7 are currently distributed on the
- Cheeseshop (PyPI). If you need wheel packages for other Python versions,
+ Only wheel packages for Python 2.7, 3.3 and 3.4 are currently distributed on
+ the Cheeseshop (PyPI). If you need wheel packages for other Python versions,
please ask.
Download source code
diff --git a/setup.py b/setup.py
index f3028e9..94a0bfb 100644
--- a/setup.py
+++ b/setup.py
@@ -4,15 +4,16 @@
# - run all tests: tox
# - test examples
# - update version in setup.py (version) and doc/conf.py (version, release)
-# - set release date in doc/changelog.rst
# - check that "python setup.py sdist" contains all files tracked by
# the SCM (Mercurial): update MANIFEST.in if needed
+# - run test on Windows: releaser.py test
+# - set release date in doc/changelog.rst
# - git commit
# - git tag trollius-VERSION
# - git push --tags
# - git push
# - On Linux: python setup.py register sdist bdist_wheel upload
-# - On Windows: python release.py release
+# - On Windows: python releaser.py release
# - increment version in setup.py (version) and doc/conf.py (version, release)
# - gt commit && git push