diff --git a/debian/changelog b/debian/changelog index b46e997..985b5c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +photo-importer (1.2.5) stable; urgency=medium + + * Package refactoring + * Code cleanup + + -- Alexander Bushnev Tue, 09 Jul 2024 00:24:52 +0200 + photo-importer (1.2.4) stable; urgency=medium * Add time_shift options diff --git a/setup.py b/setup.py index f5cc27f..f9fd3dd 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def get_long_description(): setup( name='photo-importer', - version='1.2.4', + version='1.2.5', description='Photo importer tool', author='Alexander Bushnev', author_email='Alexander@Bushnev.pro',