1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-31 02:14:10 +02:00

- roll 0.144.0 release

This commit is contained in:
2014-02-27 10:40:02 +01:00
parent 955c46495b
commit fdd58e23c8
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
0.144
- allow commiting to package sources from linked projects. osc will ask to branch it first.
- group support in bugowner and maintainer command
0.143
- add option to add a auto-accept in future for delete requests (handy for admins)

View File

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