File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.6.3
2
+ current_version = 2.6.4
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 3
3
- Dropped support for Python 3.6 and below
4
4
- Now supporting currently supported stable versions of Python, i.e. Python 3.7-3.10
5
5
- Internal refactoring and enhancements
6
+ - Adding default ` max_retries ` option to the ` BasicAuthenticationServer ` constructor, specifying optional parameters
6
7
7
8
# 2.5.5
8
9
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = "2.6.3 "
69
+ version = "2.6.4 "
70
70
# The full version, including alpha/beta/rc tags.
71
- release = "2.6.3 "
71
+ release = "2.6.4 "
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
143
143
# The name for this set of Sphinx documents.
144
144
# "<project> v<release> documentation" by default.
145
145
#
146
- # html_title = u'Vonage v2.6.3 '
146
+ # html_title = u'Vonage v2.6.4 '
147
147
148
148
# A shorter title for the navigation bar. Default is the same as html_title.
149
149
#
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "vonage" ,
14
- version = "2.6.3 " ,
14
+ version = "2.6.4 " ,
15
15
description = "Vonage Server SDK for Python" ,
16
16
long_description = long_description ,
17
17
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 4
4
from .sms import *
5
5
from .verify import *
6
6
7
- __version__ = "2.6.3 "
7
+ __version__ = "2.6.4 "
You can’t perform that action at this time.
0 commit comments