From 93c7bc1446f1f9e99b0919dceacf84fd92832811 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Thu, 2 Nov 2017 07:50:44 +0100 Subject: [PATCH] Bump version number. --- docs/changelog.rst | 5 ++++- docs/conf.py | 4 ++-- websockets/version.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a494043b1..de9911d11 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,11 +3,14 @@ Changelog .. currentmodule:: websockets -4.0 +4.1 ... *In development* +4.0 +... + .. warning:: **Version 4.0 enables compression with the permessage-deflate extension.** diff --git a/docs/conf.py b/docs/conf.py index fd886a842..f68a0de28 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.4' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.4' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/websockets/version.py b/websockets/version.py index a0e73377d..14058a263 100644 --- a/websockets/version.py +++ b/websockets/version.py @@ -1 +1 @@ -version = '3.4' +version = '4.0'