prepare release 2.0

This commit is contained in:
Victor Stinner
2015-07-13 18:19:12 +02:00
parent 4a3cad7b7a
commit 5d4fcb54a4
4 changed files with 10 additions and 7 deletions

View File

@@ -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

View File

@@ -2,8 +2,8 @@
Change log
++++++++++
Version 2.0
===========
Version 2.0 (2015-07-13)
========================
Summary:

View File

@@ -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

View File

@@ -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