1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

release 0.167.0

This commit is contained in:
lethliel 2019-12-05 10:44:46 +01:00
parent 8ec18e99a3
commit 2a2ea5c27d
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -1,4 +1,4 @@
0.167
0.167.0
- Added --lastsucceeded option for logfile display (requires OBS 2.11)
- osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
- osc build/shell features:
@ -9,6 +9,7 @@
* repository, architecture and vm_type from last build is automatically
reused if not specified otherwise.
* support building for kiwi products using obsrepositories:/
- fix decoding for osc aggregatepac
0.166.2
- Don't enforce password reuse (boo#1156501)

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.166.2'
__version__ = '0.167.0'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration