Skip to content

Commit

Permalink
V3.3.0 release (#252)
Browse files Browse the repository at this point in the history
* updating CHANGES.md for v3.3.0 release

* Bump version: 3.2.2 → 3.3.0
  • Loading branch information
maxkahan committed Mar 3, 2023
1 parent 1b0d779 commit 70b7209
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2.2
current_version = 3.3.0
commit = True
tag = False

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.3.0
- Updated Messages API:
- Added new messaging channels for Viber Service Messages (`video`, `file`)
- Added new WhatsApp `sticker` message channel
- Increased `client_ref` max value to 100 characters
- Deprecated `pay` action in the NCCO builder as it is being removed by Vonage

# 3.2.2
- Fixing a bug on Windows

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.2.2",
version="3.3.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.2.2"
__version__ = "3.3.0"

0 comments on commit 70b7209

Please sign in to comment.