From c08a3186b750be3fdfbe40c7f92b45e026e563e6 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 22 May 2018 07:19:55 +0200 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 af721068f..76073f809 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,11 +3,14 @@ Changelog .. currentmodule:: websockets -5.0 +5.1 ... *In development* +5.0 +... + .. note:: **Version 5.0 fixes a security issue introduced in version 4.0.** diff --git a/docs/conf.py b/docs/conf.py index f68a0de28..6a7f02b90 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '4.0' +version = '5.0' # The full version, including alpha/beta/rc tags. -release = '4.0' +release = '5.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 dc4e88832..d4bf36377 100644 --- a/websockets/version.py +++ b/websockets/version.py @@ -1 +1 @@ -version = '4.0.1' +version = '5.0'