From f6324f2aa06b77f3ae50eaf7426b275e19e8f996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Mar 2016 08:37:07 +0100 Subject: [PATCH] open 0.154 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1856f65..f25719bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.154 + - + 0.153 - "my sr" is using the server side request collection to get right results - maintenance request offers to supersede old, but still open requests diff --git a/osc/core.py b/osc/core.py index a8c1a4d5..0599d8b9 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.153.0' +__version__ = '0.153git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration