diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9486249e8..cb08240db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,12 @@ helps make pymodbus a better product. :ref:`Authors`: contains a complete list of volunteers have contributed to each major version. +Version 3.11.3 +-------------- +* Coverage 100% (using no cover, when needed). (#2783) +* Create pypi alias for home-assistant. (#2782) +* Bump utilities in pyproject.toml. (#2780) +* Fix pymodbus.simulator. (#2773) Version 3.11.2 -------------- diff --git a/README.rst b/README.rst index 8ab2e91b6..873ee766a 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ as well as the `API_changes `_ files. -Current release is `3.11.2 `_. +Current release is `3.11.3 `_. Bleeding edge (not released) is `dev `_. diff --git a/doc/source/_static/examples.tgz b/doc/source/_static/examples.tgz index d7577a3fe..f901fd627 100644 Binary files a/doc/source/_static/examples.tgz and b/doc/source/_static/examples.tgz differ diff --git a/doc/source/_static/examples.zip b/doc/source/_static/examples.zip index 003c3724c..3a7f87ad6 100644 Binary files a/doc/source/_static/examples.zip and b/doc/source/_static/examples.zip differ diff --git a/pymodbus/__init__.py b/pymodbus/__init__.py index 83a18ca67..180fdfa74 100644 --- a/pymodbus/__init__.py +++ b/pymodbus/__init__.py @@ -20,5 +20,5 @@ from pymodbus.pdu.device import ModbusDeviceIdentification -__version__ = "4.0.0dev5" +__version__ = "3.11.3" __version_full__ = f"[pymodbus, version {__version__}]"