File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- tlslite-ng version 0.8.0-alpha21 (2018-12-10 )
1+ tlslite-ng version 0.8.0-alpha22 (2019-01-09 )
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 5151
5252# General information about the project.
5353project = u'tlslite-ng'
54- copyright = u'2018 , Hubert Kario'
54+ copyright = u'2019 , Hubert Kario'
5555author = u'Hubert Kario'
5656
5757# The version info for the project you're documenting, acts as replacement for
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-alpha21 '
64+ release = u'0.8.0-alpha22 '
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-alpha21 " ,
14+ version = "0.8.0-alpha22 " ,
1515 author = "Hubert Kario" ,
16161717 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-alpha21
24+ @version: 0.8.0-alpha22
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-alpha21 "
4+ __version__ = "0.8.0-alpha22 "
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