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 4, 2014
1 parent bf54e89 commit f7fab01
Show file tree
Hide file tree
Showing 2 changed files with 14 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.3
---------------

* Local exceptions are now forwarded remotely for exported functions.
* Except for Python, exceptions are no longer serialized, but are instead
propagated using their originating error message. See the ``trans_except``
keyword argument in constructors allows to tune this behavior.
* The spawned interpreter now uses a copy of the current environment.
* PHP now triggers an exception when attempting to redefine a function.
* JavaScript is now supported through Node.js.


python-bond 0.2
---------------

Expand Down
3 changes: 2 additions & 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.2',
setup(name='python-bond', version='0.3',
description='transparent remote/recursive evaluation between Python and other languages',

author="Yuri D'Elia",
Expand All @@ -15,6 +15,7 @@
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: JavaScript',
'Programming Language :: PHP',
'Programming Language :: Perl',
'Programming Language :: Python',
Expand Down

0 comments on commit f7fab01

Please sign in to comment.