Skip to content

Commit d0d2084

Browse files
authored
Prepare v3.8.5. (#2569)
1 parent a665921 commit d0d2084

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ helps make pymodbus a better product.
77

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

10+
Version 3.8.5
11+
-------------
12+
* New simulator is WIP, not to be used. (#2568)
13+
* dev_id=0 no response expected (returns ExceptionResponse(0xff)). (#2567)
14+
* New simulator datastore. (#2535)
15+
1016
Version 3.8.4
1117
-------------
1218
* Parameterize string encoding in convert_to_registers and convert_from_registers (#2558)

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Our releases is defined as X.Y.Z, and we have strict rules what to release when:
2222

2323
Upgrade examples:
2424

25-
- 3.8.1 -> 3.8.3: just plugin the new version, no changes needed.
25+
- 3.8.1 -> 3.8.5: just plugin the new version, no changes needed.
2626
- 3.7.1 -> 3.8.0: Smaller changes to the pymodbus calls might be needed
2727
- 2.5.4 -> 3.0.0: Major changes in the application might be needed
2828

29-
Current release is `3.8.4 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.8.4>`_.
29+
Current release is `3.8.5 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.8.5>`_.
3030

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

doc/source/_static/examples.tgz

38 Bytes
Binary file not shown.

doc/source/_static/examples.zip

51 Bytes
Binary file not shown.

doc/source/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is the community that decides how pymodbus evolves NOT the maintainers !
1515

1616
The following bullet points are what the maintainers focus on:
1717

18-
- 3.8.5 bug fix release, with:
18+
- 3.8.6 bug fix release, with:
1919
- Currently not planned
2020
- 3.9.0, with:
2121
- All of branch wait_next_api

pymodbus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from pymodbus.pdu import ExceptionResponse
1919

2020

21-
__version__ = "3.8.4"
21+
__version__ = "3.8.5"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)