1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2024-11-24 08:02:14 +02:00

Merge pull request #4 from sashacmc/dev

Version 1.0.7.
This commit is contained in:
Alexander 2021-05-01 00:44:18 +02:00 committed by GitHub
commit 3aee11e42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
photo-importer (1.0.7) stable; urgency=medium
* Rework server errors processing
* Fix security issues
-- Alexander Bushnev <Alexander@Bushnev.ru> 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

View File

@ -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',