diff --git a/NEWS b/NEWS index e4037a81..2175aadd 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ to create one request to submit all changed packages of an project in one request. Just run "osc sr" in the checked out project directory. - disable keyring usage by default. print warning about misconfigured keyrings. + - prdiff: new command to diff entire projects 0.137 - support single binary download via getbinaries command diff --git a/osc/core.py b/osc/core.py index 112288f5..c2024ff8 100644 --- a/osc/core.py +++ b/osc/core.py @@ -3,7 +3,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.138git' +__version__ = '0.138' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration