Skip to content

Commit

Permalink
Updated CHANGELOG.rst and version for release 5.0.1---5.0.1 will then…
Browse files Browse the repository at this point in the history
… be removed from pypi to prevent installation on python 3.5
  • Loading branch information
comrumino committed Jan 11, 2021
1 parent 1eaac28 commit a62f258
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.0.1
-----
Date: 1.11.2021

- Fixed unexpected behavior when using inspect.isfunction `#426`_
- Now prevents installation of RPyC on unsupported versions of python `#429`_

.. _#426: https://github.com/tomerfiliba/rpyc/issues/426
.. _#429: https://github.com/tomerfiliba/rpyc/pull/429

5.0.0
-----
Date: 12.26.2020
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, 0, 0)
version = (5, 0, 1)
version_string = ".".join(map(str, version))
release_date = "2020.12.26"
release_date = "2021.01.11"

0 comments on commit a62f258

Please sign in to comment.