mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 09:16:14 +01:00
release 0.157.2
This commit is contained in:
parent
45e27c01af
commit
3df1724235
6
NEWS
6
NEWS
@ -2,6 +2,12 @@
|
||||
- cat/less/blame command: default to expand to stay in sync with checkout
|
||||
- add support for highly experimental native appimage.yml support
|
||||
|
||||
0.157.2
|
||||
- add compat code for older apis that do not support multibuild
|
||||
- fix ssl.connection instantiation in case of old M2Crypto
|
||||
- highly experimental support for appimage
|
||||
- fix local service run for non-existent (server-side) package
|
||||
|
||||
0.157
|
||||
- add unpublish command (requires OBS 2.8)
|
||||
- add blame command (requires OBS 2.9)
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.157git'
|
||||
__version__ = '0.157.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
|
||||
|
Loading…
Reference in New Issue
Block a user