File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'sparkpost' ,
9- version = '1.3.9 ' ,
9+ version = '1.3.10 ' ,
1010 author = 'SparkPost' ,
11111212 packages = find_packages (),
Original file line number Diff line number Diff line change 99from .transmissions import Transmissions
1010
1111
12- __version__ = '1.3.9 '
12+ __version__ = '1.3.10 '
1313
1414EU_API = 'api.eu.sparkpost.com'
1515US_API = 'api.sparkpost.com'
You can’t perform that action at this time.
0 commit comments