1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

release 0.169.1

This commit is contained in:
lethliel 2020-05-29 20:28:42 +02:00
parent 1d26cb3079
commit 0e70579113
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,5 +1,5 @@
0.170.0
-
0.169.1
- add --ccache option to osc getbinaries
0.169.0
- improve speed and usability of osc bash completion

View File

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