From 74f950d4094d7b5b5e55902735620e914ad7630d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 25 Feb 2013 15:40:26 +0100 Subject: [PATCH] - prepare 0.139 release --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 8507b6a0..72960b62 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.138git' +__version__ = '0.139' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration