Skip to content

Commit

Permalink
Prepare v3.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Apr 14, 2024
1 parent fa935db commit dfe7a38
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -7,6 +7,11 @@ helps make pymodbus a better product.

:ref:`Authors`: contains a complete list of volunteers have contributed to each major version.

Version 3.6.8
-------------
* Allow socket exception response with wrong length


Version 3.6.7
-------------
* Add lock to async requests, correct logging and length calc. (FIX, not on dev)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -11,7 +11,7 @@ PyModbus - A Python Modbus Stack

Pymodbus is a full Modbus protocol implementation offering client/server with synchronous/asynchronous API a well as simulators.

Current release is `3.6.7 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.7>`_.
Current release is `3.6.8 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.8>`_.

Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev>`_.

Expand Down
Binary file modified doc/source/_static/examples.tgz
Binary file not shown.
Binary file modified doc/source/_static/examples.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pymodbus/__init__.py
Expand Up @@ -18,5 +18,5 @@
from pymodbus.pdu import ExceptionResponse


__version__ = "3.6.7"
__version__ = "3.6.8"
__version_full__ = f"[pymodbus, version {__version__}]"

0 comments on commit dfe7a38

Please sign in to comment.