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

Commit

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

* PHP output redirection was broken in 1.0; it's now fixed.
* PHP now also redirects error messages to stderr, honouring correctly
``error_reporting()`` and ``display_errors``.


python-bond 1.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
+ '\n'.join(news.split('\n\n\n', 1)[0].splitlines()[2:]))

# the actual setup
setup(name='python-bond', version='1.0',
setup(name='python-bond', version='1.1',
description='transparent remote/recursive evaluation between Python and other languages',

author="Yuri D'Elia",
Expand Down

0 comments on commit e9564bc

Please sign in to comment.