diff options
author | shuai.fu <shuai01.fu@samsung.com> | 2016-05-20 09:44:45 +0800 |
---|---|---|
committer | shuai.fu <shuai01.fu@samsung.com> | 2016-05-21 08:30:35 +0800 |
commit | 24c5a368546ade2816e32c8f85036af666e49453 (patch) | |
tree | 6c311847f99a50e2a6e62767eeb9e91ab5ab230e | |
parent | e39c872d8e34aa90beecf82a7e6581db46b140fa (diff) | |
download | osc-24c5a368546ade2816e32c8f85036af666e49453.tar.gz osc-24c5a368546ade2816e32c8f85036af666e49453.tar.bz2 osc-24c5a368546ade2816e32c8f85036af666e49453.zip |
Update version to 0.153.0
444
Change-Id: I1be6b0ce4543d8c046f9651c5380b929874f5586
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | osc/core.py | 2 | ||||
-rw-r--r-- | packaging/osc.spec | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9e78e19..8345d62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ +osc (0.153.0-2) unstable; urgency=low + - Update to 0.153.0 + + -- shuai fu <shuai01.fu@samsung.com> Fri, 20 May 2016 10:00:00 +0200 + osc (0.151.0-2) unstable; urgency=low - Update to 0.151.0 - -- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200 + -- shuai fu <shuai01.fu@samsung.com> Wed, 28 Feb 2016 10:00:00 +0200 osc (0.139.0-1) unstable; urgency=low - Update to 0.139.0 diff --git a/osc/core.py b/osc/core.py index 88c8c24..095c33f 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.151' +__version__ = '0.153' # __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 b33cd9e..6870757 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.151.0 +Version: 0.153.0 Release: 1.3 Group: Development/Tools/Other License: GPL v2 or later |