Skip to content

Commit d2e4b39

Browse files
authored
Prepare v3.11.0. (#2710)
1 parent 1ea0c6f commit d2e4b39

File tree

7 files changed

+10
-4
lines changed

7 files changed

+10
-4
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pymodbus version 3 family
1010
-------------------------
1111
Thanks to
1212

13+
- aaru-astranis
1314
- ahcm-dev
1415
- AKJ7
1516
- Alex

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ 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.11.0
11+
--------------
12+
* Correct bit handling (each byte is LSB->MSB). (#2707)
13+
* read_input_registers docstring change count to regs (#2704)
14+
1015
Version 3.10.0
11-
-------------
16+
--------------
1217
* Raise runtimeerror if listen() fails. (#2697)
1318
* Correct values parameter in setValues. (#2696)
1419
* Correct return from getValues. (#2695)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Upgrade examples:
2929

3030
It is always recommended to read the CHANGELOG as well as the API_changes files.
3131

32-
Current release is `3.10.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.10.0>`_.
32+
Current release is `3.11.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.0>`_.
3333

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

doc/source/_static/examples.tgz

0 Bytes
Binary file not shown.

doc/source/_static/examples.zip

0 Bytes
Binary file not shown.

doc/source/roadmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The maintainers are very open to these pull request, and ONLY work to secure tha
1313

1414
The following bullet points are what the maintainers focus on:
1515

16-
- 3.10.x, with:
16+
- 3.12.x, with:
1717
- Currently not planned
1818
- 4.0.0, with:
1919
- ModbusControlBlock pr slave

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
from pymodbus.pdu.device import ModbusDeviceIdentification
2121

2222

23-
__version__ = "4.0.0dev1"
23+
__version__ = "3.11.0"
2424
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)