Skip to content

Commit ec5fbe5

Browse files
committed
Updated CHANGELOG.rst and version for release 5.3.1
1 parent 92c94e7 commit ec5fbe5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
5.3.1
2+
=====
3+
Date: 2023-02-21
4+
5+
- `#527`_ Resolved timeout issue that was introduced in 5.2.1
6+
- `#525`_ and `#524`_ Fixed experimental thread binding struct for platforms where unsigned long is 8-bits
7+
8+
- While the fix for thread binding is not backwards compatible, it only impacts people using an experimental feature. Hence, I did a patch version bump.
9+
10+
.. _#525: https://github.com/tomerfiliba-org/rpyc/pull/525
11+
.. _#524: https://github.com/tomerfiliba-org/rpyc/issues/524
12+
.. _#527: https://github.com/tomerfiliba-org/rpyc/issues/527
13+
14+
115
5.3.0
216
=====
317
Date: 2022-11-25

rpyc/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '5.3.0'
1+
__version__ = '5.3.1'
22
version = tuple(__version__.split('.'))
3-
release_date = "2022-11-25"
3+
release_date = "2023-02-21"

0 commit comments

Comments
 (0)