1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-12 16:56:15 +01:00

release 0.167.2

This commit is contained in:
lethliel 2020-01-07 11:29:52 +01:00
parent f0583c22c0
commit 88abf11bd3
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -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

View File

@ -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