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

Open 0.174.0 development

This commit is contained in:
Marcus Huewe 2021-05-18 22:39:39 +02:00
parent 60e06ad96d
commit c94ea04eb7
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
0.174.0
-
0.173.0
- add showlinked command to show all references of packages linking to a given one
- add build --shell-after-build flag. It can also be set via .oscrc.

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.173'
__version__ = '0.174.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