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 eca301c commit 1c35fddCopy full SHA for 1c35fdd
CHANGES.txt
@@ -1,6 +1,16 @@
1
Changes
2
=======
3
4
+0.10.0
5
+------
6
+
7
+* Python 3.4 or newer is now required
8
+* Empty message frames are now supported
9
+* Tokens can now specify a Unix domain socket file to connect to
10
+* Time limits on JWT tokens are now respected
11
+* Whitespace is better tolerated in token files
12
+* Lots of minor fixes...
13
14
0.9.0
15
-----
16
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.9.0'
+version = '0.10.0'
name = 'websockify'
long_description = open("README.md").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
0 commit comments