diff --git a/osc/core.py b/osc/core.py index 95d4081c..f4ae72d4 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.126git' +__version__ = '0.127' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration