diff --git a/NEWS b/NEWS index 9e12ffe4..8edbf940 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ 0.161 - - + - show lintlogs in interactive request review mode + - fix potential shell injections + - allow multiple --repo and --arch options in prjresults + - cleanup babysitter.by + - supersede existing requests if --yes is passed to osc sr + - prepend request summary to diff in interactive mode + - show issues(bugs) in interactive diff mode 0.160 - support fissile build type diff --git a/osc/core.py b/osc/core.py index 5bf14d09..9d2862de 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.160git' +__version__ = '0.161' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration