mirror of
https://github.com/sashacmc/photo-importer.git
synced 2024-11-24 08:02:14 +02:00
commit
3aee11e42c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
photo-importer (1.0.6) stable; urgency=medium
|
||||||
|
|
||||||
* Use directory size in place of disc usage for fixed server input path
|
* Use directory size in place of disc usage for fixed server input path
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
setup(name='photo-importer',
|
setup(name='photo-importer',
|
||||||
version='1.0.0',
|
version='1.0.7',
|
||||||
description='Photo importer tool',
|
description='Photo importer tool',
|
||||||
author='Alexander Bushnev',
|
author='Alexander Bushnev',
|
||||||
author_email='Alexander@Bushnev.ru',
|
author_email='Alexander@Bushnev.ru',
|
||||||
|
Loading…
Reference in New Issue
Block a user