From 8362728a8ef2577912ebb0f2bf9229d2b10bd3eb Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Tue, 3 Jun 2008 15:12:49 +0000 Subject: [PATCH] bump version to 0.102 --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index a476bca3..c73f0063 100755 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. -__version__ = '0.101' +__version__ = '0.102' # __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().