From e74159754c9932cfbbd6cfb21f72c97d5326988f Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Mon, 30 Aug 2010 19:45:53 +0200 Subject: [PATCH] - bump version to 0.129git --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 7019e076..2053124f 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.129' +__version__ = '0.129git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration