From 68005825128987e74c72e5c5538d1f1e406ace7c Mon Sep 17 00:00:00 2001 From: lethliel Date: Wed, 9 Jan 2019 11:57:37 +0100 Subject: [PATCH] release 0.164 --- NEWS | 10 ++++++++++ osc/core.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 37f06129..cb2e7e54 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ 0.164 - add support for approved requests (requires OBS 2.10) + - fix various multibuild problems + - improved and fixed various help texts + - check constraints without local checkout + - check out deleted sources (osc co -D) + - replace urlgrabber module with own module + - use progressbar module instead of urlgrabber to draw + progress bars + - show buildinfo for alternative projects (--alternative-project) + - run release job immediately (osc release --no-delay) + - build results on project level can now be watched (osc prjresults --watch) 0.163 - add sendsysrq command (requires OBS 2.10) diff --git a/osc/core.py b/osc/core.py index 9377dc80..2f0cebb7 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.164.git' +__version__ = '0.164' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration