1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

open 0.168.0 development

This commit is contained in:
lethliel 2019-12-05 10:46:17 +01:00
parent 2a2ea5c27d
commit d0de4c383d
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
0.168.0
-
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)

View File

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