1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

open 0.159 development

This commit is contained in:
Marco Strigl 2017-05-10 16:50:23 +02:00
parent 7d3f8cd255
commit bea940c02d
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
0.159
-
0.158
- cat/less/blame command: default to expand to stay in sync with checkout
- add support for highly experimental native appimage.yml support

View File

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