Skip to content

Commit

Permalink
Bumped version and updated change log for 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Apr 25, 2020
1 parent 7c3ca63 commit 8e01100
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.1.5
-----
Date: 4.25.2020
- Fixed mutable object used as kwarg for Server ctor `#376`_
- Corrections to teleport example `#374`_
- Lowered GIL-lock acquires for <64kb within channel sends to address slowness `#280`_

.. _#376: https://github.com/tomerfiliba/rpyc/pull/376
.. _#374: https://github.com/tomerfiliba/rpyc/pull/374
.. _#280: https://github.com/tomerfiliba/rpyc/issues/280

4.1.4
-----
Date: 1.30.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 = (4, 1, 4)
version = (4, 1, 5)
version_string = ".".join(map(str, version))
release_date = "2020.1.30"
release_date = "2020.4.25"

0 comments on commit 8e01100

Please sign in to comment.