From: wangbiao Date: Tue, 2 Apr 2024 08:52:20 +0000 (+0900) Subject: Upgrade version to 0.182.1 to adapt opensuse15.5 X-Git-Tag: upstream/0.182.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f46e18558d6c7ed037496a10bd8fffc1c1d1efa;p=tools%2Fosc.git Upgrade version to 0.182.1 to adapt opensuse15.5 Change-Id: I29941a3276527cf020513835cfbf4bde8b1b2058 Signed-off-by: wangbiao --- diff --git a/debian/changelog b/debian/changelog index eca586a..59249b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osc (0.182.1-tizen20240402) unstable; urgency=low + - Upgrade version to 0.182.1 + - Support opensuse 15.5 + + -- Biao Wang Tue, 02 Apr 2024 14:30:00 +0200 + osc (0.170.1-tizen20231101) unstable; urgency=low - Upgrade version to 0.170.1 - Support ubuntu 22.04 diff --git a/osc/core.py b/osc/core.py index 749e902..9c354ba 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ -__version__ = '0.170' +__version__ = '0.182' # __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 4a7365a..b2f7291 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.170.1 +Version: 0.182.1 Release: tizen20180912 Group: Development/Tools/Other License: GPL v2 or later