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"