Skip to content

Commit ca3d0da

Browse files
authored
Prepare 3.0.0 release. (#1108)
1 parent c548974 commit ca3d0da

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
version 3.0.0
2+
----------------------------------------------------------
3+
* Solve multiple incomming frames. (#1107)
4+
* Up coverage, tests are 100%. (#1098)
5+
* Prepare for rc1. (#1097)
6+
* Prepare 3.0.0dev5 (#1095)
7+
* Adapt serial tests. (#1094)
8+
* Allow windows. (#1093)
9+
110
version 3.0.0dev5
211
----------------------------------------------------------
312
* Remove server sync code and combine with async code. (#1092)

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Supported versions
1919

2020
Version `2.5.3 <https://github.com/riptideio/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release (Supports python 2.7.x - 3.7).
2121

22-
Version `3.0.0dev5 <https://github.com/riptideio/pymodbus/releases/tag/v3.0.0dev5>`_ is the current prerelease of 3.0.0 (Supports Python >=3.8).
22+
Version `3.0.0 <https://github.com/riptideio/pymodbus/releases/tag/v3.0.0>`_ is the latest release of 3.0.0 (Supports Python >=3.8).
2323

2424
Remark: "Supports" means that we only test with those versions, lower versions (e.g. 3.7) might work depending on the functionality used.
2525

@@ -135,6 +135,8 @@ If you think, that something in the code is broken/not running well, please `ope
135135
Pymodbus REPL (Read Evaluate Print Loop)
136136
------------------------------------------------------------
137137

138+
**Warning** The Pymodbus REPL documentation is not updated.
139+
138140
~~~~~~~~~~~~~~~~~~~~~
139141
Pymodbus REPL Client
140142
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)