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