From eb1bed6be23a0240e3be3595fe849c54e59e1a8d Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 11 Oct 2018 19:46:51 +0300 Subject: [PATCH] Bump to 0.9 --- CHANGES.txt | 5 +++++ sockjs/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c0adb04..dcea31a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,11 @@ CHANGES ======= +0.9.0 (2018-10-11) +------------------ + +- Support Python 3.7. The minimal available Python version is 3.5.3 (#240) + 0.8.0 (2018-06-15) ------------------ diff --git a/sockjs/__init__.py b/sockjs/__init__.py index 32ede53..43a3d48 100644 --- a/sockjs/__init__.py +++ b/sockjs/__init__.py @@ -20,7 +20,7 @@ from sockjs.route import get_manager, add_endpoint -__version__ = '0.8.0' +__version__ = '0.9.0' __all__ = (