diff options
-rw-r--r-- | coverage/version.py | 2 | ||||
-rw-r--r-- | doc/changes.rst | 4 | ||||
-rw-r--r-- | howto.txt | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/coverage/version.py b/coverage/version.py index 3ea549e9..eb42c5d9 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -1,7 +1,7 @@ """The version and URL for coverage.py""" # This file is exec'ed in setup.py, don't import anything! -__version__ = "3.7b1" # see detailed history in CHANGES.txt +__version__ = "3.7" # see detailed history in CHANGES.txt __url__ = "http://nedbatchelder.com/code/coverage" if max(__version__).isalpha(): diff --git a/doc/changes.rst b/doc/changes.rst index 4a6c6add..a263d1b6 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -34,8 +34,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.7b1 --- 6 October 2013 --------------------------------- +Version 3.7 --- 6 October 2013 +------------------------------ - Added the ``--debug`` switch to ``coverage run``. It accepts a list of options indicating the type of internal activity to log to stderr. @@ -53,6 +53,8 @@ - Issue tracker should get new version number in picker. # Note: don't delete old version numbers: it marks changes on the tickets # with that number. +- Update github: + - hg bookmark -r default master -f && hg push github - Announce on coveragepy-announce@googlegroups.com . - Announce on TIP. - Ask Christophe Zwerschke (cito@online.de) to build win64 kits. |