Skip to content

Commit

Permalink
V3.4.0 release (#256)
Browse files Browse the repository at this point in the history
* updating changelog for v3.4.0 release

* Bump version: 3.3.0 → 3.4.0
  • Loading branch information
maxkahan committed Apr 14, 2023
1 parent f4ebdfa commit 25f695e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.0
current_version = 3.4.0
commit = True
tag = False

Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.4.0
- Internal refactoring changes
- Using header authentication for the Numbers API

# 3.3.0
- Updated Messages API:
- Added new messaging channels for Viber Service Messages (`video`, `file`)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="vonage",
version="3.3.0",
version="3.4.0",
description="Vonage Server SDK for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/vonage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .client import *
from .ncco_builder.ncco import *

__version__ = "3.3.0"
__version__ = "3.4.0"

0 comments on commit 25f695e

Please sign in to comment.