1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-25 22:36:13 +01:00

release 0.166.0

This commit is contained in:
lethliel 2019-10-24 11:48:35 +02:00
parent 2f02db1621
commit 64a5969ca8
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -13,6 +13,10 @@
- various decoding improvements
- Transfer the name of the input file to vc instead of the content
(obs-build/vc will do the rest and open the file).
- support appimage builds
- new command browse. (opens a browser opening the project or package)
- new option --incoming for osc rq and osc review to only show only
incoming reqeusts for a project.
0.165.4
- allow optional fork when creating a maintenance request

View File

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