From 7f428cccdfaf84483478e1d0ccacbb670409686f Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Wed, 8 Mar 2017 09:25:02 +0100 Subject: [PATCH] release 0.157.0 --- NEWS | 7 +++++++ osc/core.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1bf0e7cd..7a52bb1d 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ - results: show multibuild results by default - getbinaries: make .AppImage files executable - support operation in checked out package for cat/less/blame + - add comment command + - improved build recipe selection + - added multibuild (-M) to commands: + buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory, + rebuild, restartbuild/abortbuild, wipebinaries, getbinaries + - add checkconstraints command + - add workerinfo command 0.156 - highlight scheduled jobs with dispatch problems (due to constraints) diff --git a/osc/core.py b/osc/core.py index f2aeacc5..bf2f03e2 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.156git' +__version__ = '0.157' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration