1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

- release 0.141

This commit is contained in:
Adrian Schröter 2013-09-17 13:49:53 +02:00
parent 529e1d4716
commit 744ce9155f
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -1,4 +1,5 @@
0.141
- crash fixes
- support for kiwi appliance builds using obsrepositories:/ directive
- support for manual release of sources and binaries
- add --last parameter for build logs to show last finished log file, if currently building

View File

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