Skip to content

Commit 81e86a9

Browse files
committed
v0.1.7
1 parent b985d9f commit 81e86a9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
eblob-kit (0.1.7) unstable; urgency=medium
2+
3+
* feat: check_result flag to verify fix results
4+
* feat: option to move restored data to origins
5+
* test: move_back option support
6+
7+
-- Alex Karev <karapuz@yandex-team.ru> Tue, 02 Jul 2019 02:32:57 +0300
8+
19
eblob-kit (0.1.6) unstable; urgency=medium
210

311
* fix: make output of `fix_blob` and `fix` command similar

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run_tests(self):
2121

2222

2323
setup(name='eblob_kit',
24-
version='0.1.6',
24+
version='0.1.7',
2525
author='Kirill Smorodinnikov',
2626
author_email='shaitkir@gmail.com',
2727
py_modules=['eblob_kit'],

0 commit comments

Comments
 (0)