We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853237f commit 6f31a3fCopy full SHA for 6f31a3f
CHANGELOG.md
@@ -8,6 +8,9 @@ Major version bumps should be reserved for API-breaking releases or significant
8
- *CHANGE*: Behavior change of existing functionality, reserved for major version bumps
9
10
## Versions
11
+### 1.0.9
12
+- *ADDED* Added truncate message method
13
+
14
### 1.0.8
15
- *ADDED* Added the vobject library (stripping it down to just the vcard class).
16
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='sms-toolkit',
6
- version='1.0.8',
+ version='1.0.9',
7
description='A collection of tools to work with SMS messages.',
long_description=open('README.rst').read(),
author='Klaviyo',
0 commit comments