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",