Skip to content

Commit 601d5d4

Browse files
authored
Merge pull request #22 from chrisconlon-klaviyo/fix/version-bump
2 parents 853237f + 6f31a3f commit 601d5d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Major version bumps should be reserved for API-breaking releases or significant
88
- *CHANGE*: Behavior change of existing functionality, reserved for major version bumps
99

1010
## Versions
11+
### 1.0.9
12+
- *ADDED* Added truncate message method
13+
1114
### 1.0.8
1215
- *ADDED* Added the vobject library (stripping it down to just the vcard class).
1316

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='sms-toolkit',
6-
version='1.0.8',
6+
version='1.0.9',
77
description='A collection of tools to work with SMS messages.',
88
long_description=open('README.rst').read(),
99
author='Klaviyo',

0 commit comments

Comments
 (0)