websockify version 0.2.0

This commit is contained in:
Joel Martin
2012-09-17 12:52:54 -05:00
parent 17175afd73
commit a4ae3230f8
3 changed files with 17 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
- Update setup.py and CHANGES.txt and commit
- Create version tag and tarball from tag
WVER=0.1.0
git tag ${WVER}
git tag v${WVER}
git push origin master
git push origin v${WVER}
git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
gzip websockify-${WVER}.tar
- Upload tarball to repo