diff --git a/NEWS b/NEWS index d8bc6ac6..d69bfe05 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.106: + +- osc rdiff / osc submitreq show: diff the _expanded_ sources [bnc#408267] +- osc submitreq list: show author's name +- osc submitreq: shortcut alias 'sr' added + + 0.105: - osc submitreq list: diff --git a/osc/core.py b/osc/core.py index f7069aee..f77850c6 100755 --- a/osc/core.py +++ b/osc/core.py @@ -7,7 +7,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. -__version__ = '0.105' +__version__ = '0.106' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration # functionality to check_store_version().