We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b985d9f commit 81e86a9Copy full SHA for 81e86a9
2 files changed
debian/changelog
@@ -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
9
eblob-kit (0.1.6) unstable; urgency=medium
10
11
* fix: make output of `fix_blob` and `fix` command similar
setup.py
@@ -21,7 +21,7 @@ def run_tests(self):
21
22
23
setup(name='eblob_kit',
24
- version='0.1.6',
+ version='0.1.7',
25
author='Kirill Smorodinnikov',
26
author_email='shaitkir@gmail.com',
27
py_modules=['eblob_kit'],
0 commit comments