summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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