Upgrade version to 0.170.1 14/300714/1
authorwangbiao <biao716.wang@samsung.com>
Wed, 1 Nov 2023 06:39:20 +0000 (15:39 +0900)
committerwangbiao <biao716.wang@samsung.com>
Wed, 1 Nov 2023 06:39:20 +0000 (15:39 +0900)
Change-Id: I623c0961b529620947faf8b91afb44f24c420045
Signed-off-by: wangbiao <biao716.wang@samsung.com>
debian/changelog
osc/core.py
packaging/osc.spec

index 57c1157ea49214fe2e4938891748f0e3917c28d7..eca586ade8ced88cc7c4f648c6d87c5e3474e6fa 100644 (file)
@@ -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 <biao716.wang@samsung.com>  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
 
index 67081817fb7aad0504026935c9915bcf17774fa6..749e902521cf13f3a3e6c5942363f005e20f670e 100644 (file)
@@ -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
index 9aa7ab01bc611812b9b5f51756a67b46d4df6301..4a7365a4ceafebb49d1ee3fd1d9a1eb0de2b79ae 100644 (file)
@@ -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