websockify 0.11.0

This commit is contained in:
Pierre Ossman 2022-12-16 13:06:49 +01:00
parent 4f9d496dfe
commit 06e61fa4cc
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changes
=======
0.11.0
------
* Command line now supports disabling directory listings
* Basic Dockerfile included
0.10.0
------

View File

@ -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"