Update version to 0.169.2 to adapt ubuntu22.04 70/283970/1
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 8 Nov 2022 03:53:27 +0000 (12:53 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 8 Nov 2022 03:53:27 +0000 (12:53 +0900)
Change-Id: I368260df9c9a76fe8c2ccdcb055b6d74ea448912
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
osc/core.py
packaging/osc.spec

index 634fe47f7e98707eb1840c9601104810c6521783..57c1157ea49214fe2e4938891748f0e3917c28d7 100644 (file)
@@ -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 <biao716.wang@samsung.com>  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
 
index 692d9ae4c9c8b2d6da8af5ee7fa90ed3d5874221..f0d46acac18a986a72d1f6f7aa93926fcb017787 100644 (file)
@@ -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
index 02242d32a2a1dc7f3d28d238748a285a01a4a44d..4039d0add343504ed2efce5f3668fe11717f37b4 100644 (file)
@@ -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