diff --git a/debian/changelog b/debian/changelog index 0d6f293..6c8c022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +eblob-kit (0.1.7) unstable; urgency=medium + + * feat: check_result flag to verify fix results + * feat: option to move restored data to origins + * test: move_back option support + + -- Alex Karev Tue, 02 Jul 2019 02:32:57 +0300 + eblob-kit (0.1.6) unstable; urgency=medium * fix: make output of `fix_blob` and `fix` command similar diff --git a/setup.py b/setup.py index 4e46013..bd72e6a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def run_tests(self): setup(name='eblob_kit', - version='0.1.6', + version='0.1.7', author='Kirill Smorodinnikov', author_email='shaitkir@gmail.com', py_modules=['eblob_kit'],