No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with
7 additions and
1 deletions
-
CHANGELOG.md
-
setup.py
|
|
@ -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 |
|
|
|
|
|
@ -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', |
|
|
|