Skip to content

Commit 33d47b7

Browse files
committed
up version
1 parent 045a9d3 commit 33d47b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
python-tortik (0.2.7) unstable; urgency=low
28

39
* fix qureies

tortik/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def __parse_version_from_changelog():
1313
except (IOError, AttributeError):
1414
return None
1515

16-
version = __parse_version_from_changelog() or '0.2.7'
16+
version = __parse_version_from_changelog() or '0.2.8'

0 commit comments

Comments
 (0)