1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00

release 0.157.2

This commit is contained in:
Marco Strigl 2017-03-21 13:33:10 +01:00
parent 45e27c01af
commit 3df1724235
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

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

View File

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