From 6873b7837ceb21ae3c1c0cc56625155874fedfe6 Mon Sep 17 00:00:00 2001 From: stefan6419846 <96178532+stefan6419846@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:00:46 +0200 Subject: [PATCH] version 0.13.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeaac00..0b008f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Development version +# Version 0.13.0 - 2024-10-23 + * Drop support for Python 3.8. * Add support for retrieving image metadata by using `exiftool`. * Fix compatibility with `scancode_toolkit==32.3.0`. This is the minimum supported version now as well. diff --git a/pyproject.toml b/pyproject.toml index f16ffd4..ab6d1b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [project] name = "license_tools" description = "Collection of tools for working with Open Source licenses" -version = "0.12.0" +version = "0.13.0" license = {text = "Apache-2.0"} readme = {file = "README.md", content-type = "text/markdown"} authors = [