Skip to content

Commit

Permalink
Release 4.1.3: CHANGELOG & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jan 26, 2020
1 parent 5396eea commit b82ac0b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
4.1.3
-----
Date: 1.25.2020

- Perfomance improvements: `#366`_ and `#351`_
- Merged fix for propagate_KeyboardInterrupt_locally `#364`_
- Fixed handling of exceptions for request callbacks `#365`_
- Partially fixed return value for netref.__class__ `#355`_

.. _#366: https://github.com/tomerfiliba/rpyc/issues/366
.. _#351: https://github.com/tomerfiliba/rpyc/pull/351
.. _#364: https://github.com/tomerfiliba/rpyc/pull/364
.. _#365: https://github.com/tomerfiliba/rpyc/issues/365
.. _#355: https://github.com/tomerfiliba/rpyc/issues/355


4.1.2
-----
Date: 10.03.2019
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 = (4, 1, 2)
version = (4, 1, 3)
version_string = ".".join(map(str, version))
release_date = "2019.10.03"
release_date = "2020.1.25"

0 comments on commit b82ac0b

Please sign in to comment.