Skip to content

Commit 6596b7f

Browse files
Merge pull request #30 from telstra/feature/v3
3.3.19
2 parents da1b400 + 19dc158 commit 6596b7f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.3.18] - 2024-08-30
8+
## [3.3.19] - 2024-08-30
99

1010
- Update get messages
1111

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ For example:
527527
# Get all messages
528528
from telstra.messaging import message
529529

530+
530531
reply =message.get_all(limit=5,offset=0,filter="Python,SDK",
531532
status="undeliverable",startTime="2024-08-01T17:39:36.113Z",endTime="2024-08-18T17:39:36.113Z",
532533
reverse = True, direction="outgoing")

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "telstra.messaging"
3-
version = "3.3.18"
3+
version = "3.3.19"
44
readme = "README.md"
55
description = "SDK for the Telstra Messaging API V3 - Beta"
66
license = "Apache-2.0"

telstra/messaging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Messaging."""
22

3-
__version__ = "3.3.18"
3+
__version__ = "3.3.19"

0 commit comments

Comments
 (0)