Skip to content

Commit

Permalink
Bumped version to 6.0.1 and added release notes to CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Sep 25, 2024
1 parent 667040a commit 6503cb1
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 @@
6.0.1
=====
Date: 2024-09-24

- Minor fixes to class module id packs and related unittest assertions
- `#559`_ closes `#558`_ which reported issues with proxy cache referrant race conditions, get_method errors, and stream issues
- `#557`_ fix pytest issues reported in `#544`_

.. _#559: https://github.com/tomerfiliba-org/rpyc/pull/559
.. _#558: https://github.com/tomerfiliba-org/rpyc/issues/558
.. _#557: https://github.com/tomerfiliba-org/rpyc/pull/557
.. _#544: https://github.com/tomerfiliba-org/rpyc/issues/544


6.0.0
=====
Date: 2024-02-23
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__ = '6.0.0'
__version__ = '6.0.1'
version = tuple(__version__.split('.'))
release_date = "2024-02-23"
release_date = "2024-09-24"

0 comments on commit 6503cb1

Please sign in to comment.