Skip to content

Commit e818947

Browse files
committed
websockify 0.13.0
1 parent 0d519b9 commit e818947

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

4+
0.13.0
5+
------
6+
7+
* Support for Python < 3.6 has been dropped.
8+
* SNI is enabled when connecting to an SSL target as an SSL client.
9+
* The TokenRedis plugin handles namespaces.
10+
* Headers are sanitized before being passed to authentication plugins.
11+
412
0.12.0
513
------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.12.0'
3+
version = '0.13.0'
44
name = 'websockify'
55
long_description = open("README.md").read() + "\n" + \
66
open("CHANGES.txt").read() + "\n"

0 commit comments

Comments
 (0)