Version rev after fix integration

Increase version to 1.0.1, in preparation for PyPI release. This release
includes a fix by Jayson Vantuyl to an error code import. A proper error
is now emitted when omitting the keyfile on a PyDTLS server.
incoming
Ray 2014-01-18 20:51:13 -08:00
parent 9be54ddd79
commit 34dc9ca9cd
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2014-01-18 Ray Brown <code@liquibits.com>
* setup.py: Increase version to 1.0.1 for release to PyPI
2014-01-18 Jayson Vantuyl <kagato@souja.net>
* sslconnection.py: fix missing error code import
2014-01-18 Ray Brown <code@liquibits.com>
* setup.py: First stable version, 1.0.0

View File

@ -33,7 +33,7 @@ for scheme in INSTALL_SCHEMES.values():
scheme['data'] = scheme['purelib']
NAME = "Dtls"
VERSION = "1.0.0"
VERSION = "1.0.1"
DIST_DIR = "dist"
FORMAT_TO_SUFFIX = { "zip": ".zip",