Skip to content

Commit bab3c60

Browse files
committed
readying v4 GA
1 parent 6ee22e6 commit bab3c60

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

vonage/CHANGES.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 4.0.0b2
1+
# 4.0.0
22
A complete, ground-up rewrite of the SDK.
33
Key changes:
44
- Monorepo structure, with each API under separate packages
5-
- Targeting Python 3.9+
5+
- Support for Python 3.9+
66
- Feature parity with v3
77
- Add support for the new network APIs - the [Vonage Sim Swap Network API](https://developer.vonage.com/en/sim-swap/overview) and the [Vonage Number Verification Network API](https://developer.vonage.com/en/number-verification/overview)
88
- Usage of data models throughout
@@ -14,7 +14,6 @@ Key changes:
1414
- Add `last_request` and `last_response` properties to the HTTP Client for easier debugging
1515
- Migrated the Vonage JWT package into the monorepo
1616
- Rename `Verify` -> `VerifyLegacy` and `VerifyV2` -> `Verify`
17-
- With even more enhancements to come!
1817

1918
# 3.17.1
2019
- Add "mark WhatsApp message as read" option for Messages API

vonage/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ dependencies = [
1313
"vonage-network-auth>=1.0.1",
1414
"vonage-network-sim-swap>=1.1.1",
1515
"vonage-network-number-verification>=1.0.1",
16-
"vonage-number-insight>=1.0.4",
16+
"vonage-number-insight>=1.0.5",
1717
"vonage-numbers>=1.0.3",
1818
"vonage-sms>=1.1.4",
1919
"vonage-subaccounts>=1.0.4",
2020
"vonage-users>=1.2.0",
2121
"vonage-verify>=2.0.0",
2222
"vonage-verify-legacy>=1.0.0",
23-
"vonage-video>=1.0.2",
23+
"vonage-video>=1.0.3",
2424
"vonage-voice>=1.0.6",
2525
]
2626
classifiers = [

vonage/src/vonage/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.0.0b2'
1+
__version__ = '4.0.0'

0 commit comments

Comments
 (0)