From 6895f9639828d4a52efc35461842dfa807d9b92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 4 May 2017 21:16:03 +0200 Subject: [PATCH] Prepare the new release v0.7. --- CHANGELOG.rst | 4 ++-- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63e6c53..b4d3528 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Release History ---------------------- * unicode is now supported. By default UTF-8 encoding is used. UTF-32LE can also - be used to hide non-ASCII characters. UTF-8 is the default choice since it is - possible to hide longer messages with it. + be used to hide non-ASCII characters. UTF-8 (8 bits) is the default choice + since it is possible to hide longer messages with it. * improved checks with type hints. 0.6.9 (2017-03-10) diff --git a/docs/conf.py b/docs/conf.py index 2623d4a..c75e2a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012-2017, Cédric Bonhomme' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.6.9' +release = '0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.