From 0a608c85c40e2e99309c40758d232a94feb150d1 Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Thu, 2 Feb 2017 21:17:00 +0100 Subject: Release 1.0.13 --- CHANGELOG | 10 ++++++++++ docs/conf.py | 4 ++-- prompt_toolkit/__init__.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a87a2965..926807e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ CHANGELOG ========= +1.0.13: 2017-02-02 +------------------ + +Fixes: +- The 1.0.11 and 1.0.12 builds went wrong. (1.0.11 contained an additional + empty directory `prompt_toolkit/input/` which did hide the + `prompt_toolkit/input.py` file, and 1.0.12 contained an additional + broken `widgets.py` test file.) + + 1.0.11: 2017-02-02 ------------------ diff --git a/docs/conf.py b/docs/conf.py index 24ca08f0..aabefca2 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.11' +version = '1.0.13' # The full version, including alpha/beta/rc tags. -release = '1.0.11' +release = '1.0.13' # 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 bfcdbf69..1fd47e54 100644 --- a/prompt_toolkit/__init__.py +++ b/prompt_toolkit/__init__.py @@ -19,4 +19,4 @@ from .shortcuts import prompt, prompt_async # Don't forget to update in `docs/conf.py`! -__version__ = '1.0.11' +__version__ = '1.0.13' -- cgit v1.2.3