Skip to content

Commit

Permalink
REL: Release imageio v2.31.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 2, 2023
1 parent 520fe62 commit 0bbf196
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--next-version-placeholder-->

## v2.31.5 (2023-10-02)

### Fix

* Raise warning instead of error when using `fps` in pillow ([#1039](https://github.com/imageio/imageio/issues/1039)) ([`520fe62`](https://github.com/imageio/imageio/commit/520fe62f02f3c566bb46ab3121eed38b379dc1b9))

## v2.31.4 (2023-09-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion imageio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# flake8: noqa

__version__ = "2.31.4"
__version__ = "2.31.5"

import warnings

Expand Down

0 comments on commit 0bbf196

Please sign in to comment.