From 320ff1bd4161f1c9f98b23d1b7dafa9f525c16b2 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Mon, 8 May 2017 13:30:48 +0200 Subject: [PATCH] release 0.158 --- NEWS | 7 +++++++ osc/core.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2e8b31cc..d01fca3f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ - cat/less/blame command: default to expand to stay in sync with checkout - add support for highly experimental native appimage.yml support - show package status when repository configuration is broken + - add '--blame' option to osc meta command + - try to autodetect local package when running 'osc build' + - comment requests in interactive mode + - fix github issue #236 (--no-cleanup not working) + - fix wipebinaries to prevent wiping of complete repository + - add '--build-opt' to osc build command + - fix requests codebase to fit old obs versions 0.157.2 - add compat code for older apis that do not support multibuild diff --git a/osc/core.py b/osc/core.py index 20f49317..fca78f43 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.157.2git' +__version__ = '0.158' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration