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:
parent
699827d091
commit
528991829f
8
NEWS
8
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user