Skip to content

Commit 5de6039

Browse files
committed
Prepare v3.1.1.
1 parent 975edda commit 5de6039

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.rst

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
version 3.1.1
2+
----------------------------------------------------------
3+
* add missing server.start() (#1282)
4+
* small performance improvement on debug log (#1279)
5+
* Fix Unix sockets parsing (#1281)
6+
* client: Allow unix domain socket. (#1274)
7+
* transfer timeout to protocol object. (#1275)
8+
* Add ModbusUnixServer / StartAsyncUnixServer. (#1273)
9+
* Added return in AsyncModbusSerialClient.connect (#1271)
10+
* add connect() to the very first example (#1270)
11+
* Solve docker problem. (#1268)
12+
* Test stop of server task. (#1256)
13+
14+
Thanks to:
15+
16+
Alex
17+
Alexandre CUER
18+
Dries
19+
jan iversen
20+
peufeu2
21+
22+
123
version 3.1.0
224
----------------------------------------------------------
325
* Add xdist pr default. (#1253)

MAKE_RELEASE.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Prepare/make release on dev.
1313
* Update README.rst "Supported versions"
1414
* Update CHANGELOG.rst
1515
* Add commits from last release, but selectively !
16-
git log --oneline v3.1.0..HEAD > commit.log
17-
git log v3.1.0..HEAD | grep Author > contributors.log
16+
git log --oneline v3.1.1..HEAD > commit.log
17+
git log v3.1.1..HEAD | grep Author > contributors.log
1818
* Commit, push and merge.
1919
* Checkout master locally
2020
* git merge dev

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Supported versions
2424

2525
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).
2626

27-
Version `3.1.0 <https://github.com/riptideio/pymodbus/releases/tag/v3.1.0>`_ is the current release (Supports Python >=3.8).
27+
Version `3.1.1 <https://github.com/riptideio/pymodbus/releases/tag/v3.1.1>`_ is the current release (Supports Python >=3.8).
2828

2929
.. important::
3030
All API changes after 3.0.0 are documented in `API_changes.rst <https://github.com/riptideio/pymodbus/blob/dev/API_changes.rst>`_

0 commit comments

Comments
 (0)