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

Commit

Permalink
Adding release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Jul 30, 2014
1 parent 1c1fba3 commit dc68235
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
python-bond 0.2
---------------

* Serialization errors are now intercepted by default and generate a local
exception of type ``bond.SerializationError``.
* PHP can now "call" any callable statement.
* eval_block() no longer returns the value of the last statement. This avoids
confusion with Perl code blocks returning unserializable references.
* Standard error is now also redirected.
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.1',
setup(name='python-bond', version='0.2',
description='transparent remote/recursive evaluation between Python and other languages',

author="Yuri D'Elia",
Expand Down

0 comments on commit dc68235

Please sign in to comment.