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:
parent
8ec18e99a3
commit
2a2ea5c27d
3
NEWS
3
NEWS
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user