summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-27 11:08:12 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-27 11:08:12 -0400
commit2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411 (patch)
treee02f520257e255c633e27053d06ef82e9144f0be /howto.txt
parentf19c747b1c3b1d74002b44acf4cd2d4ccca67a44 (diff)
downloadpython-coveragepy-git-2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411.tar.gz
Update version and docs for 4.0a1
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 3367a063..932a16a3 100644
--- a/howto.txt
+++ b/howto.txt
@@ -7,6 +7,7 @@
- Pythons 2.6, 2.7, 3.2, 3.3, 3.4
- Version number in coverage/version.py
- 3.1a1, 3.1b1, 3.1c1, 3.1
+- Copyright date in coverage/__init__.py
- Update CHANGES.txt, including release date.
- Update docstring in setup.py, including "New in x.y:"
- Update docs
@@ -17,7 +18,7 @@
- Don't forget the man page: doc/python-coverage.1.txt
- Generate new sample_html to get the latest, incl footer version number:
python setup.py develop
- cd C:\ned\cog\trunk
+ cd ~/cog/trunk
rm -rf htmlcov
coverage run --branch --source=cogapp -m cogapp.test_cogapp CogTestsInMemory
coverage html