We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045a9d3 commit 33d47b7Copy full SHA for 33d47b7
debian/changelog
@@ -1,3 +1,9 @@
1
+python-tortik (0.2.8) unstable; urgency=low
2
+
3
+ * fix qureies
4
5
+ -- Vitaly Glibin <[email protected]> Wed, 20 Jan 2021 09:36:00 +0300
6
7
python-tortik (0.2.7) unstable; urgency=low
8
9
* fix qureies
tortik/version.py
@@ -13,4 +13,4 @@ def __parse_version_from_changelog():
13
except (IOError, AttributeError):
14
return None
15
16
-version = __parse_version_from_changelog() or '0.2.7'
+version = __parse_version_from_changelog() or '0.2.8'
0 commit comments