File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ PyModbus - A Python Modbus Stack
1111
1212Pymodbus is a full Modbus protocol implementation offering client/server with synchronous/asynchronous API a well as simulators.
1313
14+ Our releases is defined as X.Y.Z, and we have strict rules what to release when:
15+
16+ - **Z **, No API changes! bug fixes and smaller enhancements.
17+ - **Y **, API changes, bug fixes and bigger enhancements.
18+ - **X **, Major changes in API and/or method to use pymodbus
19+
20+ Upgrade examples:
21+
22+ - 3.6.1 -> 3.6.9: just plugin the new version, no changes needed.
23+ - 3.6.1 -> 3.7.0: Smaller changes to the pymodbus calls might be needed
24+ - 2.5.4 -> 3.0.0: Major changes in the application might be needed
25+
1426Current release is `3.7.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.7.0 >`_.
1527
1628Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
You can’t perform that action at this time.
0 commit comments