From e9564bc8b1e770c869d7f735ac1971d1f46f3b6f Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Wed, 20 Aug 2014 21:32:26 +0200 Subject: [PATCH] python-bond 1.1 release notes. --- NEWS.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 9857c14..921f471 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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 --------------- diff --git a/setup.py b/setup.py index 334e111..d66dc84 100755 --- a/setup.py +++ b/setup.py @@ -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",