File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ Functionality implemented include:
4242
4343
4444tlslite-ng aims to be a drop-in replacement for tlslite while providing more
45- comprehensive set of features and more secure defautls .
45+ comprehensive set of features and more secure defaults .
Original file line number Diff line number Diff line change 1- tlslite-ng version 0.8.0-alpha33 (2019-12-02 )
1+ tlslite-ng version 0.8.0-alpha34 (2019-12-11 )
22
33[ ![ Build Status] ( https://travis-ci.org/tomato42/tlslite-ng.svg?branch=master )] ( https://travis-ci.org/tomato42/tlslite-ng )
44[ ![ Coverage Status] ( https://coveralls.io/repos/tomato42/tlslite-ng/badge.svg?branch=master )] ( https://coveralls.io/r/tomato42/tlslite-ng?branch=master )
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = u'0.8'
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.8.0-alpha33 '
64+ release = u'0.8.0-alpha34 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 1111 README = f .read ()
1212
1313setup (name = "tlslite-ng" ,
14- version = "0.8.0-alpha33 " ,
14+ version = "0.8.0-alpha34 " ,
1515 author = "Hubert Kario" ,
1616 author_email = "hkario@redhat.com" ,
1717 url = "https://github.com/tomato42/tlslite-ng" ,
Original file line number Diff line number Diff line change 2121Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
2222(Or, use one of the integration classes in L{tlslite.integration}).
2323
24- @version: 0.8.0-alpha33
24+ @version: 0.8.0-alpha34
2525"""
2626
2727from tlslite .api import *
Original file line number Diff line number Diff line change 11# Author: Trevor Perrin
22# See the LICENSE file for legal information regarding use of this file.
33
4- __version__ = "0.8.0-alpha33 "
4+ __version__ = "0.8.0-alpha34 "
55from .constants import AlertLevel , AlertDescription , Fault
66from .errors import *
77from .checker import Checker
You can’t perform that action at this time.
0 commit comments