From f8a9c0e46797fa439090333a025c3986ec940cce Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Tue, 24 Mar 2020 14:06:27 +0100 Subject: [PATCH] RLS Version 0.7.2 ChangeLog - Fix several memory access bugs in parsers (reported by Robert Scott) --- ChangeLog | 2 +- README.rst | 4 ++++ docs/source/history.rst | 4 ++++ imread/imread_version.py | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca3ca6e..a8d084f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 0.7.0+ +Version 0.7.2 2020-03-24 by luispedro * Fix several memory access bugs in parsers (reported by Robert Scott) Version 0.7.1 2019-05-09 by luispedro diff --git a/README.rst b/README.rst index 100e01c..cf3feb6 100644 --- a/README.rst +++ b/README.rst @@ -132,6 +132,10 @@ submissions, etc. History ~~~~~~~ +Version 0.7.2 (2020-03-24) +-------------------------- +- Fix several memory access bugs in parsers (reported by Robert Scott) + Version 0.7.1 (2019-05-09) -------------------------- - Fix 16-bit RGB/RGBA TIFF write (patch by Tomi Aarnio) diff --git a/docs/source/history.rst b/docs/source/history.rst index 59adfb4..fc7a876 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,10 @@ History ======= +Version 0.7.2 (2020-03-24) +-------------------------- +- Fix several memory access bugs in parsers (reported by Robert Scott) + Version 0.7.1 (2019-05-09) -------------------------- - Fix 16-bit RGB/RGBA TIFF write (patch by Tomi Aarnio) diff --git a/imread/imread_version.py b/imread/imread_version.py index df59b9c..fb9b668 100644 --- a/imread/imread_version.py +++ b/imread/imread_version.py @@ -1 +1 @@ -__version__ = '0.7.1+git' +__version__ = '0.7.2'