From: wangbiao Date: Wed, 1 Nov 2023 06:39:20 +0000 (+0900) Subject: Upgrade version to 0.170.1 X-Git-Tag: upstream/0.182.1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F300714%2F1;p=tools%2Fosc.git Upgrade version to 0.170.1 Change-Id: I623c0961b529620947faf8b91afb44f24c420045 Signed-off-by: wangbiao --- diff --git a/debian/changelog b/debian/changelog index 57c1157..eca586a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osc (0.170.1-tizen20231101) unstable; urgency=low + - Upgrade version to 0.170.1 + - Support ubuntu 22.04 + - Port code from python2.x to python3.x + + -- Biao Wang Wed, 01 Nov 2023 14:30:00 +0200 + osc (0.169.2-tizen20221108) unstable; urgency=low - Upgrade version to 0.169.2 to adapt Ubuntu_22.04 diff --git a/osc/core.py b/osc/core.py index 6708181..749e902 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,12 +5,12 @@ -__version__ = '0.169' +__version__ = '0.170' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration # functionality to check_store_version(). -__store_version__ = '2.0' +__store_version__ = '1.0' import locale import os diff --git a/packaging/osc.spec b/packaging/osc.spec index 9aa7ab0..4a7365a 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.169.2 +Version: 0.170.1 Release: tizen20180912 Group: Development/Tools/Other License: GPL v2 or later