From 3614b6a40df8c50d4ed77e7869d9188b2e4f74c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrian=20Schr=C3=B6ter?= Date: Sun, 18 Jul 2010 16:28:21 +0200 Subject: [PATCH] open 0.129 development --- NEWS | 2 ++ osc/core.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3062549..614fcdb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.129 + 0.128 - better default commands selection for editor/pager - support "osc rq reopen" to set a request in new state again diff --git a/osc/core.py b/osc/core.py index f257ed6..21fc95c 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.128' +__version__ = '0.128git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration -- 2.1.4