From e8deaf9a93302c291eb8c05456a5bf90e94d7b63 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 31 Jul 2019 21:14:25 +0200 Subject: [PATCH] Bump version number. --- docs/conf.py | 2 +- src/websockets/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 560140f9b..617989cb1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # The short X.Y version. version = '8.0' # The full version, including alpha/beta/rc tags. -release = '8.0.1' +release = '8.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/websockets/version.py b/src/websockets/version.py index add721549..cd8898041 100644 --- a/src/websockets/version.py +++ b/src/websockets/version.py @@ -1 +1 @@ -version = "8.0.1" +version = "8.0.2"