From 416d6c87f5aafe29c625022c0e3d824056750198 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Sat, 4 Nov 2017 20:02:09 +0100 Subject: [PATCH] RLS Release 1.4.4 Small update: a bugfix to Bernsen thresholding --- ChangeLog | 2 +- README.md | 3 +++ docs/source/history.rst | 4 ++++ mahotas/mahotas_version.py | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1752b92..4fb45820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 1.4.3+git +Version 1.4.4 2017-11-05 by luispedro * Fix bug in Bernsen thresholding (issue #84) Version 1.4.3 2016-10-03 by luispedro diff --git a/README.md b/README.md index 7a9d1f46..ab9ec561 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,9 @@ questions. ## Recent Changes +### Version 1.4.4 (Nov 5 2017) +- Fix bug in Bernsen thresholding (issue #84) + ### Version 1.4.3 (Oct 3 2016) - Fix distribution (add missing `README.md` file) diff --git a/docs/source/history.rst b/docs/source/history.rst index d3ba9244..eef5c887 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,10 @@ History ======= +Version 1.4.4 (Nov 5 2017) +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Fix bug in Bernsen thresholding (issue #84) + Version 1.4.3 (Oct 3 2016) ~~~~~~~~~~~~~~~~~~~~~~~~~~ - Fix distribution (add missing README.md file) diff --git a/mahotas/mahotas_version.py b/mahotas/mahotas_version.py index 6217225d..9e0feee7 100644 --- a/mahotas/mahotas_version.py +++ b/mahotas/mahotas_version.py @@ -1 +1 @@ -__version__ = '1.4.3+git' +__version__ = '1.4.4'