Skip to content

Commit b9b0ae4

Browse files
committed
3.3.14
1 parent 21c5b2b commit b9b0ae4

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.github/workflows/actions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ jobs:
166166
runs-on: ubuntu-latest
167167
needs:
168168
# - test-production-test-pypi
169+
- test
170+
- build
171+
- pre-commit
169172
- release-required
170173
steps:
171174
- name: Retrieve packages

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.13] - 2024-08-30
8+
## [3.3.14] - 2024-08-30
99

1010
- Update get messages
1111

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ following arguments:
505505
- `offset`: Use the offset to navigate between the response results.
506506
An offset of 0 will display the first page of results, and so on.
507507
- `filter`: Filter your Virtual Numbers by tag or by number.
508-
- `startTime`: By Default messages from last 30 days will be fetched.Use this parameter to fetch the messages from the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. "2024-01-24T15:39:00Z".
509-
- `endTime`: By Default messages from last 30 days will be fetched. Use this parameter to fetch the messages till the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. "2024-01-24T16:39:00Z".
510-
- `reverse`: If set to true the results will be returned in reverse order. Recent messages will be returned first. By default, the results will be returned in the order they were sent/received.
508+
- `startTime`: Use ISO format, e.g. "2024-01-24T15:39:00Z".
509+
- `endTime`: Use ISO format, e.g. "2024-01-24T16:39:00Z".
510+
- `reverse`: If set to true the results will be returned in reverse order.
511511
- `direction`: Filter your messages by direction: outgoing or incoming.
512512

513513
Raises `telstra.messaging.exceptions.MessageError` if anything goes wrong.

pyproject.toml

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

telstra/messaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Messaging."""
22

3-
__version__ = "3.3.13"
3+
__version__ = "3.3.14"

0 commit comments

Comments
 (0)