From e8c6310313f74f816724ac31abb6dbe51aa6a56a Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Thu, 4 Aug 2016 17:22:57 +0200 Subject: Release 1.0.5 --- CHANGELOG | 8 ++++++++ docs/conf.py | 4 ++-- prompt_toolkit/__init__.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e53fed30..5ce1d543 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ CHANGELOG ========= +1.0.5: 2016-08-04 +----------------- + +Fixes: +- Critical fix for running on Windows. The gevent work-around in the inputhook + caused 'An operation was attempted on something that is not a socket'. + + 1.0.4: 2016-08-03 ----------------- diff --git a/docs/conf.py b/docs/conf.py index eaedaff8..e3b5ef75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, Jonathan Slenders' # built documents. # # The short X.Y version. -version = '1.0.4' +version = '1.0.5' # The full version, including alpha/beta/rc tags. -release = '1.0.4' +release = '1.0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/prompt_toolkit/__init__.py b/prompt_toolkit/__init__.py index 46e96790..893d8a78 100644 --- a/prompt_toolkit/__init__.py +++ b/prompt_toolkit/__init__.py @@ -19,4 +19,4 @@ from .shortcuts import prompt # Don't forget to update in `docs/conf.py`! -__version__ = '1.0.4' +__version__ = '1.0.5' -- cgit v1.2.3