From 038bcb3452f02825ec0a9b77ee87ef5a783636e7 Mon Sep 17 00:00:00 2001 From: nikohansen Date: Sat, 5 May 2018 18:11:03 +0200 Subject: [PATCH] v2.6.0 --- cma/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cma/__init__.py b/cma/__init__.py index 219e70c..e4ddcec 100644 --- a/cma/__init__.py +++ b/cma/__init__.py @@ -142,7 +142,7 @@ # fcts = ff # historical reasons only, replace cma.fcts with cma.ff first __author__ = 'Nikolaus Hansen' -__version__ = "2.5.9 $Revision: 4423 $ $Date: 2018-04-25 16:34:52 +0200 (Wed, 25 Apr 2018) $" +__version__ = "2.6.0 $Revision: 4423 $ $Date: 2018-04-25 16:34:52 +0200 (Wed, 25 Apr 2018) $" # $Source$ # according to PEP 8 style guides, but what is it good for? # $Id: __init__.py 4423 2018-04-25 14:34:52Z hansen $ # bash $: svn propset svn:keywords 'Date Revision Id' __init__.py