From b18238e1a82dfe2a1cbe3dc297deb18d76ff3b6e Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Tue, 16 Sep 2008 11:12:02 +0000 Subject: [PATCH] bump version to 0.108 --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 56e0aa61..c4d35194 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.107' +__version__ = '0.108' # __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().