Skip to content

Commit

Permalink
Updated CHANGELOG.rst and version for release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Feb 22, 2023
1 parent 92c94e7 commit ec5fbe5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
5.3.1
=====
Date: 2023-02-21

- `#527`_ Resolved timeout issue that was introduced in 5.2.1
- `#525`_ and `#524`_ Fixed experimental thread binding struct for platforms where unsigned long is 8-bits

- 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.

.. _#525: https://github.com/tomerfiliba-org/rpyc/pull/525
.. _#524: https://github.com/tomerfiliba-org/rpyc/issues/524
.. _#527: https://github.com/tomerfiliba-org/rpyc/issues/527


5.3.0
=====
Date: 2022-11-25
Expand Down
4 changes: 2 additions & 2 deletions rpyc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '5.3.0'
__version__ = '5.3.1'
version = tuple(__version__.split('.'))
release_date = "2022-11-25"
release_date = "2023-02-21"

0 comments on commit ec5fbe5

Please sign in to comment.