From 58d91df9c5bb811112062f81ce0e9cd1e68e4a7f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 19 Nov 2012 22:16:59 -0500 Subject: [PATCH] Bump to version 0.6. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Major changes since v0.5: * Python 3 compatibility * Soft-calibration support (with help from Éric Piel) with new calibration classes: Caldac, CalibrationSetting, and Calibration --- pycomedi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycomedi/__init__.py b/pycomedi/__init__.py index cb79e73..371fae6 100644 --- a/pycomedi/__init__.py +++ b/pycomedi/__init__.py @@ -19,7 +19,7 @@ import logging as _logging -__version__ = '0.5' +__version__ = '0.6' LOG = _logging.getLogger('pycomedi') -- 2.26.2