Skip to content

Commit 25f695e

Browse files
authored
V3.4.0 release (#256)
* updating changelog for v3.4.0 release * Bump version: 3.3.0 → 3.4.0
1 parent f4ebdfa commit 25f695e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.0
2+
current_version = 3.4.0
33
commit = True
44
tag = False
55

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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`)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
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",

src/vonage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .client import *
22
from .ncco_builder.ncco import *
33

4-
__version__ = "3.3.0"
4+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)