diff options
author | shuai fu <shuai01.fu@samsung.com> | 2016-02-23 16:59:54 +0800 |
---|---|---|
committer | shuai fu <shuai01.fu@samsung.com> | 2016-02-23 17:01:58 +0800 |
commit | 75ae1476a70ab9dfca1f899e2d13726ed1f1af30 (patch) | |
tree | 7f88a8eff1230f91e59074460fdd2724af99bd31 | |
parent | 9195ebc0eba4ee31b426a48785c1938883687bb5 (diff) | |
download | osc-75ae1476a70ab9dfca1f899e2d13726ed1f1af30.tar.gz osc-75ae1476a70ab9dfca1f899e2d13726ed1f1af30.tar.bz2 osc-75ae1476a70ab9dfca1f899e2d13726ed1f1af30.zip |
Modify version to 0.149upstream/0.149.0
Signed-off-by: shuai fu <shuai01.fu@samsung.com>
Change-Id: I7f9ad7e7bb5caa587573ca604fc739a7e51db995
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | osc/core.py | 3 | ||||
-rw-r--r-- | packaging/osc.spec | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c2af191..98c529a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,6 @@ + +osc (0.149.0-2) unstable; urgency=low + - Update to 0.149.0 osc (0.139.0-1) unstable; urgency=low - Update to 0.139.0 diff --git a/osc/core.py b/osc/core.py index 4d53bb8..5bfdbb9 100644 --- a/osc/core.py +++ b/osc/core.py @@ -3,7 +3,8 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.139' +#__version__ = '0.139' +__version__ = '0.149' # __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 81e972b..e0c55b0 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.139.0 +Version: 0.149.0 Release: 1.3 Group: Development/Tools/Other License: GPL v2 or later |