We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d519b9 commit e818947Copy full SHA for e818947
CHANGES.txt
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
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
12
0.12.0
13
------
14
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.12.0'
+version = '0.13.0'
name = 'websockify'
long_description = open("README.md").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
0 commit comments