Update to version 0.5.1

*** NOTE ***

This version of websockify no longer supports the old Hixie protocol.
This commit is contained in:
Joel Martin
2013-06-27 16:35:54 -05:00
parent 36cb8f4676
commit 264f8fdd7f
4 changed files with 16 additions and 3 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
- Update setup.py and CHANGES.txt and commit
- Update setup.py, CHANGES.txt and other/package.json and commit
- Create version tag and tarball from tag
WVER=0.1.0
git tag v${WVER}
@@ -8,3 +8,6 @@
python setup.py register
- Upload the source distribution to pypi
python setup.py sdist upload
- Register with npmjs.org (once)
- Upload websockify.js npmjs.org package
npm publish other/js