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
commit75b52dfe1c54f1cc57b7819f4232ff4513df87bf (patch)
tree1bdbcfd46f680973ed72bab31413e57c794fce39 /howto.txt
parente7dc3e8e636bf895db26c77eb929aa7b44b32167 (diff)
downloadpython-coveragepy-75b52dfe1c54f1cc57b7819f4232ff4513df87bf.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 3367a06..932a16a 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