From 8bc3f3a6d2690347e3e4683cc0dbf51f3022d194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 7 Jun 2011 16:46:26 +0200 Subject: [PATCH] - open 0.133 developement --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3002937005..7c1e7c67a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.133 + - + 0.132 - rdelete and undelete command requesting now a comment - add 'requestbugownership' command for setting the bugowner via request diff --git a/osc/core.py b/osc/core.py index 9f26dc2334..a4e8dce520 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.132' +__version__ = '0.132git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration