From 0b7e49b648bb8a1d4d64e88d12cc2ff57b03f772 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 3 Apr 2014 09:32:21 +0200 Subject: [PATCH] - open 0.146 development --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 6f6de17e..855ded11 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.145' +__version__ = '0.145git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration