diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae39f8..9ecfeb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## 0.2.x +### 0.2.0 +- Now spaces in rename string are replaces with `_`. +- version check of `optima35`, incase pip did not update it. +- Sorting entries from exif file. + ### 0.2.0-a1 - Main UI received a facelift. - Added a new experimental preview window to display an image and show how changing values affects it. diff --git a/src/OptimaLab35/__init__.py b/src/OptimaLab35/__init__.py index 443d478..d3ec452 100644 --- a/src/OptimaLab35/__init__.py +++ b/src/OptimaLab35/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0-a1" +__version__ = "0.2.0"