This commit is contained in:
Mr Finchum 2025-01-12 16:59:08 +01:00
parent 2f32224170
commit 6ff262d320
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"