Skip to content

Commit

Permalink
Prepare v3.6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Apr 9, 2024
1 parent 629e874 commit 70b2199
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 3 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Thanks to
- dhoomakethu
- doelki
- DominicDataP
- Dominique Martinet
- Dries
- duc996
- Farzad Panahi
Expand All @@ -38,13 +39,15 @@ Thanks to
- Hangyu Fan
- Hayden Roche
- Iktek
- Ilkka Ollakka
- Jakob Ruhe
- Jakob Schlyter
- James Braza
- James Hilliard
- jan iversen
- Jerome Velociter
- Joe Burmeister
- John Miko
- Jonathan Reichelt Gjertsen
- julian
- Justin Standring
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ helps make pymodbus a better product.

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

Version 3.6.7
-------------
Add lock to async requests, correct logging and length calc. (FIX, not on dev)
test_simulator: use unused_tcp_port fixture (#2141)
streamline imports in Factory.py (#2140)
Secure testing is done with pymodbus in PR. (#2136)
Fix link to github in README (#2134)
Wildcard exception catch from pyserial. (#2125)
Problem with stale CI. (#2117)
Add connection exception to list of exceptions catpured in retries (#2113)
Move on_reconnect to client level (#2111)
Bump github stale. (#2110)
update package_test_tool (add 4 test scenarios) (#2107)
Bump dependencies. (#2108)
Cancel send if no connection. (#2103)


Version 3.6.6
-------------
* Solve transport close() as not inherited method. (#2098)
Expand Down
1 change: 0 additions & 1 deletion MAKE_RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prepare/make release on dev.
update AUTHORS.rst and CHANGELOG.rst
cd doc; ./build_html
* rm -rf build/* dist/*
* git checkout build
* python3 -m build
* twine check dist/*
* Commit, push and merge.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
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.6 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.6>`_.
Current release is `3.6.7 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.7>`_.

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
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
from pymodbus.pdu import ExceptionResponse


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

0 comments on commit 70b2199

Please sign in to comment.