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

prepare 0.143

This commit is contained in:
Adrian Schröter 2014-01-24 10:37:05 +01:00
parent 7fcb1bbe3e
commit af2dffb002
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -1,5 +1,10 @@
0.143
- add option to add a auto-accept in future for delete requests (handy for admins)
- many bugfixes:
- plugin loading
- bugowner handling
- download of server side generated source "up -S"
- wipebinaries command
0.142
- ppc64p7 build support

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.142git'
__version__ = '0.143'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration