diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb1f93..fb76b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The changelog was only added at version 0.0.4. +## 0.0.5 + +* Use loose bounds for dependencies +* Don't call exiftools on every execution +* Always create thumbnails for images now + ## 0.0.4 * Add captions from EXIF metadata diff --git a/setup.py b/setup.py index 30c8b4f..b06e560 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md', 'r') as handle: setup( name='distribusi', - version='0.0.4', + version='0.0.5', url='https://git.vvvvvvaria.org/varia/distribusi', license='GPLv3', author='Varia',