File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.6.4
2+ current_version = 2.7.0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = "2.6.4 "
69+ version = "2.7.0 "
7070# The full version, including alpha/beta/rc tags.
71- release = "2.6.4 "
71+ release = "2.7.0 "
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
143143# The name for this set of Sphinx documents.
144144# "<project> v<release> documentation" by default.
145145#
146- # html_title = u'Vonage v2.6.4 '
146+ # html_title = u'Vonage v2.7.0 '
147147
148148# A shorter title for the navigation bar. Default is the same as html_title.
149149#
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "vonage" ,
14- version = "2.6.4 " ,
14+ version = "2.7.0 " ,
1515 description = "Vonage Server SDK for Python" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 44from .sms import *
55from .verify import *
66
7- __version__ = "2.6.4 "
7+ __version__ = "2.7.0 "
You can’t perform that action at this time.
0 commit comments