Skip to content

Commit

Permalink
* Removed a bug on some Python3 versions
Browse files Browse the repository at this point in the history
* Added proper support for S4 objects (thanks to flying-sheep <https://github.com/flying-sheep>)
* Added support for Python3 unitests on travis (thanks to flying-sheep <https://github.com/flying-sheep>)
* bumped version to 0.9.1
  • Loading branch information
ralhei committed May 19, 2017
1 parent da0829b commit 27481f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ be improved.

Changes
----------------
* V 0.9.1 (2017-05-19)
* Removed a bug on some Python3 versions
* Added proper support for S4 objects (`thanks to flying-sheep <https://github.com/flying-sheep>`_)
* Added support for Python3 unitests on travis (`thanks to flying-sheep <https://github.com/flying-sheep>`_)

* V 0.9.0 (2016-04-11)
* Full support for data objects larger than 2**24 bytes
* Maximum size of message sent to Rserv can now be 2**64 bytes
Expand Down
2 changes: 1 addition & 1 deletion pyRserve/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.0'
__version__ = '0.9.1'

0 comments on commit 27481f9

Please sign in to comment.