Skip to content

Commit 99f83ca

Browse files
committed
websockify 0.12.0
1 parent eb4ea05 commit 99f83ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
0.12.0
5+
------
6+
7+
* The simplejson module is no longer needed for redis token support
8+
* redis tokens can now be either JSON or plain text
9+
* websockify can now listen to a Unix socket for incoming connections
10+
411
0.11.0
512
------
613

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

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

0 commit comments

Comments
 (0)