Skip to content

Commit a0a5b33

Browse files
Merge pull request #220 from darrensmith223/add-perf-substitution
Added support for perform_substitutions transmissions option
2 parents 3a3514d + c77d956 commit a0a5b33

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## Unreleased
66
- [Compare to latest release][unreleased]
77

8+
## [1.3.10] - 2021-11-09
9+
- [#219](https://github.com/SparkPost/python-sparkpost/pull/219) Support for perform_substitution
10+
811
## [1.3.9] - 2021-04-29
912
- [#215](https://github.com/SparkPost/python-sparkpost/pull/215) Fix bug in _translate_keys that affects non-nested parameters
1013

setup.py

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

77
setup(
88
name='sparkpost',
9-
version='1.3.9',
9+
version='1.3.10',
1010
author='SparkPost',
1111
author_email='[email protected]',
1212
packages=find_packages(),

sparkpost/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .transmissions import Transmissions
1010

1111

12-
__version__ = '1.3.9'
12+
__version__ = '1.3.10'
1313

1414
EU_API = 'api.eu.sparkpost.com'
1515
US_API = 'api.sparkpost.com'

0 commit comments

Comments
 (0)