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 4f9d496 commit 06e61faCopy full SHA for 06e61fa
CHANGES.txt
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.11.0
5
+------
6
+
7
+* Command line now supports disabling directory listings
8
+* Basic Dockerfile included
9
10
0.10.0
11
------
12
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.10.0'
+version = '0.11.0'
name = 'websockify'
long_description = open("README.md").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
0 commit comments