diff --git a/NEWS b/NEWS index 9e6130ed..5efaa24a 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ * allows (re)creation of a project key * allows deletion of a project key - support 100% offline build when using "osc build --noinit ..." - -> buildinfo gets stored in local directory as .buildinfo.xml + -> buildinfo gets cached in local directory as .buildinfo.xml 0.122 - added missing code for 'osc sr -l [ID]' diff --git a/osc/core.py b/osc/core.py index 3496d930..2a36e3ad 100755 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.123RC1' +__version__ = '0.123' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration