From 41a42a110ed99b0d1fa88bb1533b2847b02439e7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 12 Jun 2023 03:02:41 +0000 Subject: [PATCH] REL: Release imageio v2.31.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ imageio/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4d7cf70..60816db3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v2.31.1 (2023-06-12) + +### Fix + +* Match ExIf orientation tag behavior to ExIf spec in pillow(#983) ([`953029b`](https://github.com/imageio/imageio/commit/953029bc3b434742263c82efb070046bcc2294aa)) + ## v2.31.0 (2023-06-05) ### Fix diff --git a/imageio/__init__.py b/imageio/__init__.py index ea27e4e37..a4c8e9b5c 100644 --- a/imageio/__init__.py +++ b/imageio/__init__.py @@ -16,7 +16,7 @@ # flake8: noqa -__version__ = "2.31.0" +__version__ = "2.31.1" import warnings