From 17c916a83a18c11318980fdd5bdf440d26cd9536 Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Thu, 5 May 2016 16:22:22 +0200 Subject: Release 1.0.0 --- 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 7003c8b0..a2688d62 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 = '0.60' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.60' +release = '1.0.0' # 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 d4d23b5b..04c14508 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__ = '0.60' +__version__ = '1.0.0' -- cgit v1.2.3