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 1
1
[bumpversion]
2
- current_version = 3.3 .0
2
+ current_version = 3.4 .0
3
3
commit = True
4
4
tag = False
5
5
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
+
1
5
# 3.3.0
2
6
- Updated Messages API:
3
7
- Added new messaging channels for Viber Service Messages (` video ` , ` file ` )
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "vonage" ,
14
- version = "3.3 .0" ,
14
+ version = "3.4 .0" ,
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 1
1
from .client import *
2
2
from .ncco_builder .ncco import *
3
3
4
- __version__ = "3.3 .0"
4
+ __version__ = "3.4 .0"
You can’t perform that action at this time.
0 commit comments