From 73cbb26c8bbc383092d98a45ea8dd3fe1b6d943c Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Thu, 22 Jan 2009 16:29:16 +0000 Subject: [PATCH] bump version (0.113) --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 65c07e72..3033e3c3 100755 --- a/osc/core.py +++ b/osc/core.py @@ -7,7 +7,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. -__version__ = '0.112' +__version__ = '0.113' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration # functionality to check_store_version().