File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.3 .0
2+ current_version = 3.4 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 1+ # 3.4.0
2+ - Internal refactoring changes
3+ - Using header authentication for the Numbers API
4+
15# 3.3.0
26- Updated Messages API:
37 - Added new messaging channels for Viber Service Messages (` video ` , ` file ` )
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "vonage" ,
14- version = "3.3 .0" ,
14+ version = "3.4 .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 11from .client import *
22from .ncco_builder .ncco import *
33
4- __version__ = "3.3 .0"
4+ __version__ = "3.4 .0"
You can’t perform that action at this time.
0 commit comments