From 907e5f67a5562b3e2b8224dec5bb40bb877baaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 25 Feb 2013 15:44:01 +0100 Subject: [PATCH] - open 0.140 development --- NEWS | 4 ++++ osc/core.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2c83c9d8..567ec37d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +0.140 + - + 0.139 + - various bugfixes for owner search - support generic emulator virtualization - added "--host" argument to "osc build" (used to perform the build on a remote host) - "search --maintained" is obsolete. Abort on usage. diff --git a/osc/core.py b/osc/core.py index 72960b62..8e2a5cfb 100644 --- a/osc/core.py +++ b/osc/core.py @@ -3,7 +3,7 @@ # 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.139git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration