diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-25 08:16:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-25 08:16:23 -0400 |
commit | 66a5b13d50ce671f150a3fa4db82d569cb4caaa5 (patch) | |
tree | ee0702874d05a066dd3ae66fd69390a73703b324 /coverage/version.py | |
parent | d39928a9086156dddc5862097f53a36f6923b2d8 (diff) | |
download | python-coveragepy-git-66a5b13d50ce671f150a3fa4db82d569cb4caaa5.tar.gz |
Put __version__ back in the main file, and also put the URL in only one place, use it everywhere.
Diffstat (limited to 'coverage/version.py')
-rw-r--r-- | coverage/version.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/coverage/version.py b/coverage/version.py deleted file mode 100644 index 45f1b328..00000000 --- a/coverage/version.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Coverage.py version number.""" - -# Because this file is imported by setup.py, which must run unchanged in both -# Python 2.x and 3.x, this file must be kept simple enough to run under both. - -__version__ = "3.1b1" # see detailed history in CHANGES.txt |