1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

release 0.171.0

This commit is contained in:
lethliel 2020-11-10 14:25:02 +01:00
parent 699827d091
commit 528991829f
2 changed files with 8 additions and 2 deletions

8
NEWS
View File

@ -1,5 +1,11 @@
0.171
0.171.0
- maintainer search: lookup via package name by default and binary as fallback
- fix crash on console resize when downloading files during build
- add proper repourls to osc reporuls
- new command osc releaserequest: This command is used to transfer sources and
binaries without rebuilding them.
It requires defined release targets set to trigger="manual".
- some improvements on output of help and error messages
0.170
- fix code for python3.8 and python3.9

View File

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