From 317840153a17259e09a8dc55cc5497834c03224b Mon Sep 17 00:00:00 2001 From: bnjmnp Date: Sat, 15 Jul 2023 09:24:31 +0200 Subject: [PATCH] Integrate the _disable_complete_access function feature --- README.rst | 2 +- pysoem/__init__.py | 2 +- pysoem/pysoem.pyx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0e5eb79..887017d 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ Using `this pysoem chat room on gitter `_ is on Changes ------- -v1.1.1 +v1.1.3 ^^^^^^^ * Adds function ``_disable_complete_access()`` that stops config_map() from using "complete access" for SDO requests. diff --git a/pysoem/__init__.py b/pysoem/__init__.py index 06d8c6d..de26612 100644 --- a/pysoem/__init__.py +++ b/pysoem/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1.2' +__version__ = '1.1.3' from .pysoem import * \ No newline at end of file diff --git a/pysoem/pysoem.pyx b/pysoem/pysoem.pyx index b04e128..40a78a5 100644 --- a/pysoem/pysoem.pyx +++ b/pysoem/pysoem.pyx @@ -925,7 +925,7 @@ cdef class CdefSlave: .. warning:: This is experimental. - .. versionadded:: 1.1.1 + .. versionadded:: 1.1.3 """ self._ec_slave.CoEdetails &= ~ECT_COEDET_SDOCA