diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 11:08:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 11:08:12 -0400 |
commit | 75b52dfe1c54f1cc57b7819f4232ff4513df87bf (patch) | |
tree | 1bdbcfd46f680973ed72bab31413e57c794fce39 /howto.txt | |
parent | e7dc3e8e636bf895db26c77eb929aa7b44b32167 (diff) | |
download | python-coveragepy-75b52dfe1c54f1cc57b7819f4232ff4513df87bf.tar.gz |
Update version and docs for 4.0a1
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |