diff --git a/debian/changelog b/debian/changelog index cd40804..dafdaaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +photo-importer (1.0.7) stable; urgency=medium + + * Rework server errors processing + * Fix security issues + + -- Alexander Bushnev Thu, 29 Apr 2021 00:25:08 +0200 + photo-importer (1.0.6) stable; urgency=medium * Use directory size in place of disc usage for fixed server input path diff --git a/setup.py b/setup.py index e3d4b88..3f29290 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup setup(name='photo-importer', - version='1.0.0', + version='1.0.7', description='Photo importer tool', author='Alexander Bushnev', author_email='Alexander@Bushnev.ru',