From 79a1c8d1a33127cac38b392f9d162fecfa3abd10 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Sep 2015 15:30:09 -0400 Subject: Rename CHANGES.txt to CHANGES.rst so repos will display it well. --- MANIFEST.in | 2 +- doc/changes.rst | 4 ++-- 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 diff --git a/howto.txt b/howto.txt index efb74d40..2e45e7e0 100644 --- a/howto.txt +++ b/howto.txt @@ -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 -- cgit v1.2.1