diff --git a/ChangeLog b/ChangeLog index fbe7236f..e3e25972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.4.15 2024-04-17 by luispedro + * Update build system (thanks to @Czaki, see #147) + Version 1.4.14 2024-03-24 by luispedro * Update for C++17 (remove use of std::random_shuffle) diff --git a/README.md b/README.md index 33d0fc57..5c0cd166 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,10 @@ questions. ## Recent Changes +### Version 1.4.15 (Mar 24 2024) + +- Update build system (thanks to @Czaki, see #147) + ### Version 1.4.14 (Mar 24 2024) - Fix code for C++17 (issue #146) diff --git a/docs/source/history.rst b/docs/source/history.rst index ae4224b8..d7c033a9 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,11 @@ History ======= +Version 1.4.15 (Mar 24 2024) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Update build system (thanks to @Czaki, see #147) + Version 1.4.14 (Mar 24 2024) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/mahotas/mahotas_version.py b/mahotas/mahotas_version.py index 250ba523..be4d4510 100644 --- a/mahotas/mahotas_version.py +++ b/mahotas/mahotas_version.py @@ -1 +1 @@ -__version__ = '1.4.14' +__version__ = '1.4.15'