summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-19 23:16:51 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-19 23:16:51 +0100
commitfe6f8d61b1257bc01cdf4f789aaf4a8ec3d6f8ec (patch)
treecdbbbe74cf6a295e974ccfcb51e0e65da9e003a7
parentef9bf362354ac319a28b3771857b96b609504d97 (diff)
downloadtrollius-fe6f8d61b1257bc01cdf4f789aaf4a8ec3d6f8ec.tar.gz
prepare release 1.0.4trollius-1.0.4
-rw-r--r--MANIFEST.in2
-rw-r--r--doc/changelog.rst4
-rw-r--r--setup.py2
3 files changed, 5 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 405b309..76c3383 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,7 @@
include AUTHORS COPYING TODO tox.ini
include Makefile
include overlapped.c pypi.bat
-include check.py runtests.py run_aiotest.py
+include check.py runtests.py run_aiotest.py release.py
include update-tulip*.sh
include doc/conf.py doc/make.bat doc/Makefile
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 884bd22..9c8911b 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -2,8 +2,8 @@
Change log
++++++++++
-Version 1.0.4 (development version)
-===================================
+2014-12-19: Version 1.0.4
+=========================
Changes:
diff --git a/setup.py b/setup.py
index acb8a1b..7016537 100644
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,8 @@
# - 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
# - hg ci
# - hg tag trollius-VERSION
# - hg push