From 63935f86e46efc6329e5b7e2420c47a186a85086 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 27 Sep 2012 22:43:55 +0200 Subject: [PATCH] - open 0.137 development --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index cde039dc..d2f4c94e 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.136' +__version__ = '0.137git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration