From 974830945be5fe824e5bc8252786368462c47b0f Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Mon, 3 Oct 2016 22:48:17 +0200 Subject: [PATCH] BLD Release 1.4.3 The README file changed extension (from rst to md) and this was not reflected in the MANIFEST.in file, which is used for generating the distribution file. close #79 #80 --- ChangeLog | 3 +++ MANIFEST.in | 2 +- README.md | 3 +++ docs/source/history.rst | 4 ++++ mahotas/mahotas_version.py | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 262adcca..fc233f40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.4.3 2016-10-03 by luispedro + * Fix distribution (add missing README.md file) + Version 1.4.2 2016-10-02 by luispedro * Fix `resize_to` return exactly the requested size * Fix hard crash when computing texture on arrays with negative values diff --git a/MANIFEST.in b/MANIFEST.in index 28b36364..94ac707c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ include mahotas/*cpp include mahotas/*hpp include mahotas/*h include mahotas/*py -include README.rst +include README.md include docs/source/*.rst include AUTHORS include ChangeLog diff --git a/README.md b/README.md index 2bc253ec..69420599 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,9 @@ questions. ## Recent Changes +### Version 1.4.3 (Oct 3 2016) +- Fix distribution (add missing `README.md` file) + ### Version 1.4.2 (Oct 2 2016) - Fix `resize\_to` return exactly the requested size - Fix hard crash when computing texture on arrays with negative values diff --git a/docs/source/history.rst b/docs/source/history.rst index 3ef1ad58..78bbf670 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,10 @@ History ======= +Version 1.4.3 (Oct 3 2016) +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Fix distribution (add missing README.md file) + Version 1.4.2 (Oct 2 2016) ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/mahotas/mahotas_version.py b/mahotas/mahotas_version.py index 98d186be..4e7c72a5 100644 --- a/mahotas/mahotas_version.py +++ b/mahotas/mahotas_version.py @@ -1 +1 @@ -__version__ = '1.4.2' +__version__ = '1.4.3'