Skip to content

Commit

Permalink
Updated CHANGELOG.rst, pyproject.toml for 3.11 support, and version f…
Browse files Browse the repository at this point in the history
…or release 5.3.0
  • Loading branch information
comrumino committed Nov 26, 2022
1 parent c6c7ee5 commit cae2eb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,18 @@
5.3.0
=====
Date: 2022-11-25

- `#515`_ Support for Python 3.11 is available after teleportation bug fix
- `#507`_ Experimental support for threading is added (default is disabled for now)
- `#516`_ Resolved server-side exceptions due to the logic for checking if a name is in `ModuleNamespace`
- `#511`_ Improved documentation on the life-cycle of a netref/proxy-object

.. _#515: https://github.com/tomerfiliba-org/rpyc/pull/515
.. _#507: https://github.com/tomerfiliba-org/rpyc/pull/507
.. _#516: https://github.com/tomerfiliba-org/rpyc/issues/516
.. _#515: https://github.com/tomerfiliba-org/rpyc/pull/515
.. _#511: https://github.com/tomerfiliba-org/rpyc/issues/511

5.2.3
=====
Date: 2022-08-03
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Object Brokering",
Expand Down
4 changes: 2 additions & 2 deletions rpyc/version.py
@@ -1,3 +1,3 @@
__version__ = '5.2.3'
__version__ = '5.3.0'
version = tuple(__version__.split('.'))
release_date = "2022-08-03"
release_date = "2022-11-25"

0 comments on commit cae2eb2

Please sign in to comment.