File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- tlslite-ng version 0.8.0-alpha36 (2020-01 -17)
1
+ tlslite-ng version 0.8.0-alpha37 (2020-02 -17)
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
[ ![ Read the Docs] ( https://img.shields.io/readthedocs/tlslite-ng )] ( https://tlslite-ng.readthedocs.io/en/latest/ )
Original file line number Diff line number Diff line change 62
62
# The short X.Y version.
63
63
version = u'0.8'
64
64
# The full version, including alpha/beta/rc tags.
65
- release = u'0.8.0-alpha36 '
65
+ release = u'0.8.0-alpha37 '
66
66
67
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
68
# 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-alpha36 " ,
14
+ version = "0.8.0-alpha37 " ,
15
15
author = "Hubert Kario" ,
16
16
17
17
url = "https://github.com/tomato42/tlslite-ng" ,
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-alpha36 "
4
+ __version__ = "0.8.0-alpha37 "
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