From deb7488b7b24814ae12518639a2fbe0b67c43ec3 Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Sat, 2 Jun 2018 18:36:20 +0200 Subject: Release 2.0.1 --- docs/conf.py | 4 ++-- prompt_toolkit/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 30b26d69..ad91ef30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014-2018, Jonathan Slenders' # built documents. # # The short X.Y version. -version = '2.0.0' +version = '2.0.1' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0.1' # 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 10ecc9f0..a0437b87 100644 --- a/prompt_toolkit/__init__.py +++ b/prompt_toolkit/__init__.py @@ -19,7 +19,7 @@ from .formatted_text import HTML, ANSI # Don't forget to update in `docs/conf.py`! -__version__ = '2.0.0' +__version__ = '2.0.1' __all__ = [ -- cgit v1.2.3