Skip to content

Commit 06e61fa

Browse files
committed
websockify 0.11.0
1 parent 4f9d496 commit 06e61fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

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

4+
0.11.0
5+
------
6+
7+
* Command line now supports disabling directory listings
8+
* Basic Dockerfile included
9+
410
0.10.0
511
------
612

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.10.0'
3+
version = '0.11.0'
44
name = 'websockify'
55
long_description = open("README.md").read() + "\n" + \
66
open("CHANGES.txt").read() + "\n"

0 commit comments

Comments
 (0)