From b1e77b6db67dcc27511324c246ca7f156e66da26 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sun, 15 Oct 2023 19:55:24 +0300 Subject: [PATCH] v0.13.1 [publish] Signed-off-by: Alexander Piskun --- CHANGELOG.md | 2 +- pillow_heif/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb681142..09b42c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. -## [0.13.1 - 2023-10-1x] +## [0.13.1 - 2023-10-15] ### Added diff --git a/pillow_heif/_version.py b/pillow_heif/_version.py index 9178e19f..3c90c0d8 100644 --- a/pillow_heif/_version.py +++ b/pillow_heif/_version.py @@ -1,3 +1,3 @@ """Version of pillow_heif/pi_heif.""" -__version__ = "0.13.1.dev0" +__version__ = "0.13.1"