diff options
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | doc/changes.rst | 4 | ||||
-rw-r--r-- | howto.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 12755661..b61fd0ea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ include __main__.py include AUTHORS.txt -include CHANGES.txt +include CHANGES.rst include LICENSE.txt include NOTICE.txt include README.rst diff --git a/doc/changes.rst b/doc/changes.rst index 20b2bd73..d7ba8193 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -37,9 +37,9 @@ Major change history for coverage.py These are the major changes for coverage.py. For a more complete change -history, see the `CHANGES.txt`_ file in the source tree. +history, see the `CHANGES.rst`_ file in the source tree. -.. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt +.. _CHANGES.rst: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.rst .. module:: coverage @@ -9,7 +9,7 @@ - 3.1a1, 3.1b1, 3.1c1, 3.1 - Python version number in classifiers in setup.py - Copyright date in NOTICE.txt -- Update CHANGES.txt, including release date. +- Update CHANGES.rst, including release date. - Update README.rst, including "New in x.y:" - Update docs - Version, date, and changes in doc/changes.rst |