From: wangbiao Date: Sat, 14 Sep 2024 05:29:41 +0000 (+0900) Subject: Upgrade verson to 0.183.1 X-Git-Tag: upstream/0.183.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=tools%2Fosc.git Upgrade verson to 0.183.1 Change-Id: Ifa7ab11d37ebb50227af68d4254532c6d593427e Signed-off-by: wangbiao --- diff --git a/debian/changelog b/debian/changelog index 59249b3..353f32a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osc (0.183.1-tizen20240914) unstable; urgency=low + - Upgrade version to 0.183.1 + - Fix run error on ubuntu24.04 + + -- Biao Wang Sat, 14 Sep 2024 12:30:00 +0200 + osc (0.182.1-tizen20240402) unstable; urgency=low - Upgrade version to 0.182.1 - Support opensuse 15.5 diff --git a/osc/core.py b/osc/core.py index 8ac8f38..9c7212b 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ -__version__ = '0.182' +__version__ = '0.183' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration diff --git a/packaging/osc.spec b/packaging/osc.spec index b2f7291..8b466b1 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,8 +2,8 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.182.1 -Release: tizen20180912 +Version: 0.183.1 +Release: tizen20240914 Group: Development/Tools/Other License: GPL v2 or later Url: http://www.gitorious.org/opensuse/osc