File tree 4 files changed +19
-5
lines changed 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ Version 3.6.0 (future)
7
7
-------------
8
8
9
9
10
-
10
+ -------------
11
+ Version 3.5.1
12
+ -------------
13
+ No changes.
11
14
12
15
-------------
13
16
Version 3.5.0
Original file line number Diff line number Diff line change 1
1
All these version were not possible without volunteers!
2
2
`AUTHORS ` contains a complete list for each major version.
3
3
4
+ version 3.5.1
5
+ ----------------------------------------------------------
6
+ - Always close socket on error (reset_sock). (#1767)
7
+ - Revert reset_socket change.
8
+ - add close_comm_on_error to example.
9
+ - Test long term (HomeAsistant problem). (#1765)
10
+ - Update ruff to 0.0.287 (#1764)
11
+ - Remove references to ModbusSerialServer.start (#1759) (#1762)
12
+ - Readd test to get 100% coverage.
13
+ - transport: Don't raise a RunTimeError in ModbusProtocol.error_received() (#1758)
14
+
4
15
version 3.5.0
5
16
----------------------------------------------------------
6
17
- Async retry (#1752)
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Prepare/make release on dev.
12
12
* Update pymodbus/__init__.py with version number (__version__ X.Y.Zpre)
13
13
* Update README.rst "Supported versions"
14
14
* Update CHANGELOG.rst
15
- * Add commits from last release, but selectively !
16
- git log --oneline v3.3.0 ..HEAD > commit.log
17
- git log --pretty="%an" v3.0.0 ..HEAD | sort -uf >> AUTHORS
15
+ * Add commits from last release, but kselectively !
16
+ git log --oneline v3.5.1 ..HEAD > commit.log
17
+ git log --pretty="%an" v3.5.1 ..HEAD | sort -uf >> AUTHORS
18
18
update AUTHORS
19
19
* Commit, push and merge.
20
20
* Checkout master locally
Original file line number Diff line number Diff line change 12
12
from pymodbus .logging import pymodbus_apply_logging_config
13
13
14
14
15
- __version__ = "3.6.0dev "
15
+ __version__ = "3.5.1 "
16
16
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments