Skip to content

Commit 7e425e4

Browse files
committed
Updated CHANGELOG.rst and version for release 5.1.0
1 parent aed38a8 commit 7e425e4

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
5.1.0
2+
=====
3+
Date: 2022-02-26
4+
5+
- Add `types.MappingProxyType` to `_builtin_types` `#470`_
6+
- Updated documentation `#469`_
7+
- Fixed spradic dealock issues from wait within AsyncResult `#463`_ and `#455`_
8+
- Fixed chained Classic RPyC connections `#460`_
9+
- Added ability to list Registry services `#452`_
10+
- Fixed bug that prevented RPyC from running on systems without SSL `#451`_
11+
- Fixed unexpected behavior with respect to `auto_register` `#445`_
12+
- Fixed propagation of `chunk_size` parameter for `download_dir` `#433`_
13+
14+
.. _#470: https://github.com/tomerfiliba-org/rpyc/pull/470
15+
.. _#469: https://github.com/tomerfiliba-org/rpyc/pull/469
16+
.. _#463: https://github.com/tomerfiliba-org/rpyc/pull/463
17+
.. _#460: https://github.com/tomerfiliba-org/rpyc/pull/460
18+
.. _#455: https://github.com/tomerfiliba-org/rpyc/pull/455
19+
.. _#452: https://github.com/tomerfiliba-org/rpyc/pull/452
20+
.. _#451: https://github.com/tomerfiliba-org/rpyc/pull/451
21+
.. _#445: https://github.com/tomerfiliba-org/rpyc/pull/445
22+
.. _#433: https://github.com/tomerfiliba-org/rpyc/pull/433
23+
24+
125
5.0.1
226
-----
327
Date: 1.11.2021

rpyc/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = (5, 0, 1)
1+
version = (5, 1, 0)
22
version_string = ".".join(map(str, version))
3-
release_date = "2021.01.11"
3+
release_date = "2022-02-26"

0 commit comments

Comments
 (0)