From 6ff262d320eba2fce97d999b89c4b92c0f56c628 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Sun, 12 Jan 2025 16:59:08 +0100 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 3 +++ src/OptimaLab35/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecfeb6..a5a4b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.2.x +### 0.2.1 +- Insert exif to image file (i.e. without changing the file). + ### 0.2.0 - Now spaces in rename string are replaces with `_`. - version check of `optima35`, incase pip did not update it. diff --git a/src/OptimaLab35/__init__.py b/src/OptimaLab35/__init__.py index d3ec452..3ced358 100644 --- a/src/OptimaLab35/__init__.py +++ b/src/OptimaLab35/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"