Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Aug 11, 2014
1 parent 9bd266c commit a7cd076
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python-bond 0.5
---------------

* Python 3 support has been added, with the ability to mix major Python
versions between the host and the bond.
* All languages/interpreters can now be executed with a remote shell without
using additional arguments.
* On the remote side, ``__PY_BOND_SerializationException`` has been renamed to
``_PY_BOND_SerializationException`` as it can be trapped by the user code.
* The scope of a PHP code block in an exported, recursive call has been fixed.


python-bond 0.4
---------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
from setuptools import setup, find_packages
setup(name='python-bond', version='0.4',
setup(name='python-bond', version='0.5',
description='transparent remote/recursive evaluation between Python and other languages',

author="Yuri D'Elia",
Expand Down

0 comments on commit a7cd076

Please sign in to comment.