From: W. Trevor King Date: Tue, 20 Nov 2012 03:16:59 +0000 (-0500) Subject: Bump to version 0.6. X-Git-Tag: 0.6^0 X-Git-Url: http://git.tremily.us/?p=pycomedi.git;a=commitdiff_plain;h=58d91df9c5bb811112062f81ce0e9cd1e68e4a7f Bump to version 0.6. Major changes since v0.5: * Python 3 compatibility * Soft-calibration support (with help from Éric Piel) with new calibration classes: Caldac, CalibrationSetting, and Calibration --- 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')