From 6d8ae3626a926c68fd957086a16da5f45612b57d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Oct 2013 07:05:47 -0400 Subject: We don't need no stinkin' beta. --- coverage/version.py | 2 +- doc/changes.rst | 4 ++-- howto.txt | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/coverage/version.py b/coverage/version.py index 3ea549e..eb42c5d 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 4a6c6ad..a263d1b 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. diff --git a/howto.txt b/howto.txt index fc1904c..08dd059 100644 --- a/howto.txt +++ b/howto.txt @@ -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. -- cgit v1.2.1