diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-04 22:38:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-04 22:38:56 -0400 |
commit | ad972f398d4a10f5504f853679ea83933b51f99c (patch) | |
tree | 04a2d64fae53cd205c1969b9d009314e5ba8396f /doc/changes.rst | |
parent | 6132f31eaee8ac3e597df8fb9134f4ddf41422f6 (diff) | |
download | python-coveragepy-ad972f398d4a10f5504f853679ea83933b51f99c.tar.gz |
Bump version numbers for 3.5b1
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index e98822e..8b97507 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -16,6 +16,8 @@ Major change history for coverage.py :history: 20100820T151500, updated for 3.4b1 :history: 20100906T133800, updated for 3.4b2 :history: 20100919T163400, updated for 3.4 release. +:history: 20110604T214100, updated for 3.5b1 + These are the major changes for coverage.py. For a more complete change history, see the `CHANGES.txt`_ file in the source tree. @@ -23,8 +25,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.5b1 --- ?? June 2011 ------------------------------- +Version 3.5b1 --- 5 June 2011 +----------------------------- HTML reporting: |