From 88abf11bd3aeeca1d36196f86c46ba5b4de390b0 Mon Sep 17 00:00:00 2001 From: lethliel Date: Tue, 7 Jan 2020 11:29:52 +0100 Subject: [PATCH] release 0.167.2 --- NEWS | 4 ++++ osc/core.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8d381907..6c38a268 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.167.2 + - fix regression in osc chroot + - fix broken importsrcpkg + 0.167.1 - fix cpio fetch error handling - support local build using RedHat rpm-md modules diff --git a/osc/core.py b/osc/core.py index 77d0c006..965ec24b 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.167.1' +__version__ = '0.167.2' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration