From 231b55ac8a6ecf021ea0fa8ff97cfcb8bb8b3576 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Tue, 8 Nov 2022 12:53:27 +0900 Subject: [PATCH] Update version to 0.169.2 to adapt ubuntu22.04 Change-Id: I368260df9c9a76fe8c2ccdcb055b6d74ea448912 Signed-off-by: biao716.wang --- debian/changelog | 5 +++++ osc/core.py | 4 ++-- packaging/osc.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 634fe47..57c1157 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +osc (0.169.2-tizen20221108) unstable; urgency=low + - Upgrade version to 0.169.2 to adapt Ubuntu_22.04 + + -- Biao Wang Tue, 08 Nov 2022 19:30:00 +0200 + osc (0.168.2-tizen20180912) unstable; urgency=low - Upgrade version to 0.168.2 to adapt Ubuntu_20.04 diff --git a/osc/core.py b/osc/core.py index 692d9ae..f0d46ac 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,12 +5,12 @@ -__version__ = '0.168' +__version__ = '0.169' # __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__ = '1.0' +__store_version__ = '2.0' import locale import os diff --git a/packaging/osc.spec b/packaging/osc.spec index 02242d3..4039d0a 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.168.2 +Version: 0.169.2 Release: tizen20180912 Group: Development/Tools/Other License: GPL v2 or later -- 2.34.1