Skip to content

Commit

Permalink
Release rpyc 3.4.3
Browse files Browse the repository at this point in the history
- Add missing endpoints config in ThreadPoolServer (#222)
- Fix jython support (#156,#171)
- Improve documentation (#158,#185,#189,#198 and more)
  • Loading branch information
coldfix committed Jul 26, 2017
1 parent 5eefba9 commit 0cc824d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,11 @@
3.4.3
-----
Date: 26.07.2017

* Add missing endpoints config in ThreadPoolServer (#222)
* Fix jython support (#156,#171)
* Improve documentation (#158,#185,#189,#198 and more)

3.4.2
-----
Date: 14.06.2017
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -34,8 +34,8 @@ RPyC - Transparent, Symmetric Distributed Computing

<strong>Sticky</strong><br/>

<p> 2017.06.14:
<a class="reference external" href="https://pypi.python.org/pypi/rpyc/3.4.2">Version 3.4.2</a> has been released!.
<p> 2017.07.26:
<a class="reference external" href="https://pypi.python.org/pypi/rpyc/3.4.3">Version 3.4.3</a> has been released!.
More info on the <a href="http://rpyc.readthedocs.org/en/latest/changelog.html">changelog</a>
</p>

Expand Down
7 changes: 3 additions & 4 deletions rpyc/version.py
@@ -1,4 +1,3 @@
version = (3, 4, 2)
version_string = "3.4.2"
release_date = "2017.06.14"

version = (3, 4, 3)
version_string = "3.4.3"
release_date = "2017.07.26"

0 comments on commit 0cc824d

Please sign in to comment.