From 9fffefb2d2015ccc89c371c3a38e955822178d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 20 Dec 2016 08:29:01 +0100 Subject: [PATCH] - open 0.157 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08ac7b0f..2519b71d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.157 + - + 0.156 - highlight scheduled jobs with dispatch problems (due to constraints) - allow to specify a log message in lock command diff --git a/osc/core.py b/osc/core.py index 866ae413..e7d3401c 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.156' +__version__ = '0.156git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration