File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- tlslite-ng version 0.8.0-alpha12 (2018-06-19 )
1
+ tlslite-ng version 0.8.0-alpha13 (2018-06-25 )
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/tomato42/tlslite-ng.svg?branch=master )] ( https://travis-ci.org/tomato42/tlslite-ng )
4
4
[ ![ 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 61
61
# The short X.Y version.
62
62
version = u'0.8'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.8.0-alpha12 '
64
+ release = u'0.8.0-alpha13 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
README = f .read ()
12
12
13
13
setup (name = "tlslite-ng" ,
14
- version = "0.8.0-alpha12 " ,
14
+ version = "0.8.0-alpha13 " ,
15
15
author = "Hubert Kario" ,
16
16
author_email = "hkario@redhat.com" ,
17
17
url = "https://github.com/tomato42/tlslite-ng" ,
Original file line number Diff line number Diff line change 21
21
Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
22
22
(Or, use one of the integration classes in L{tlslite.integration}).
23
23
24
- @version: 0.8.0-alpha12
24
+ @version: 0.8.0-alpha13
25
25
"""
26
26
27
27
from tlslite .api import *
Original file line number Diff line number Diff line change 1
1
# Author: Trevor Perrin
2
2
# See the LICENSE file for legal information regarding use of this file.
3
3
4
- __version__ = "0.8.0-alpha12 "
4
+ __version__ = "0.8.0-alpha13 "
5
5
from .constants import AlertLevel , AlertDescription , Fault
6
6
from .errors import *
7
7
from .checker import Checker
You can’t perform that action at this time.
0 commit comments