Skip to content

Commit b5a696a

Browse files
committed
bump version
1 parent 03b4298 commit b5a696a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Changes
22

3+
## 2.5.0
4+
- Add support for optional `details` param in SMS API, so it makes fields like (`message`, `parts`, `length`) accessible through response model.
5+
___
6+
37
## 2.4.5
48

59
- make exceptions pickleable
10+
___
611

712
## 2.4.4
813

914
- fix: accept 'domain' parameter from short_url API
15+
___
1016

1117
## 2.4.3
1218

1319
- accept 'from' parameter in sms send method
20+
___
1421

1522
## 2.4.2
1623

smsapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'smsapi-client'
2-
version = '2.4.5'
2+
version = '2.5.0'
33

44
lib_info = '%s/%s' % (name, version)

0 commit comments

Comments
 (0)