From fc176f462b6a5ef4f470df415780b09fed5da7c1 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 2 May 2021 20:49:05 +0200 Subject: [PATCH] Bump version number. --- docs/changelog.rst | 7 +++++++ src/websockets/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2644d3735..1e5f92211 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -30,6 +30,13 @@ They may change at any time. *In development* +9.0.1 +..... + +*May 2, 2021* + +* Fixed issues with the packaging of the 9.0 release. + 9.0 ... diff --git a/src/websockets/version.py b/src/websockets/version.py index 94d9f2ead..23b7f329b 100644 --- a/src/websockets/version.py +++ b/src/websockets/version.py @@ -1 +1 @@ -version = "9.0" +version = "9.0.1"