Skip to content

Commit

Permalink
Merge pull request #220 from darrensmith223/add-perf-substitution
Browse files Browse the repository at this point in the history
Added support for perform_substitutions transmissions option
  • Loading branch information
darrensmith223 authored Nov 9, 2021
2 parents 3a3514d + c77d956 commit a0a5b33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- [Compare to latest release][unreleased]

## [1.3.10] - 2021-11-09
- [#219](https://github.com/SparkPost/python-sparkpost/pull/219) Support for perform_substitution

## [1.3.9] - 2021-04-29
- [#215](https://github.com/SparkPost/python-sparkpost/pull/215) Fix bug in _translate_keys that affects non-nested parameters

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='sparkpost',
version='1.3.9',
version='1.3.10',
author='SparkPost',
author_email='developers@sparkpost.com',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion sparkpost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .transmissions import Transmissions


__version__ = '1.3.9'
__version__ = '1.3.10'

EU_API = 'api.eu.sparkpost.com'
US_API = 'api.sparkpost.com'
Expand Down

0 comments on commit a0a5b33

Please sign in to comment.