diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 20:48:28 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 20:48:28 -0500 |
commit | 1db860fe7412fb5bda5857c41ae73e6efde71616 (patch) | |
tree | ca5d45073e72024a0b13c3d4ba9d295a813a706b /doc/changes.rst | |
parent | 3d498077c01ce905106bab708fa52c055ffcba16 (diff) | |
download | python-coveragepy-git-1db860fe7412fb5bda5857c41ae73e6efde71616.tar.gz |
Move the version number to 3.3
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 0ec5bedc..6e3e8f38 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -18,8 +18,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.3 ------------ +Version 3.3, 24 February 2010 +----------------------------- - Settings are now read from a .coveragerc file. A specific file can be specified on the command line with --rcfile=FILE. The name of the file can |