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/).
5
5
## Unreleased
6
6
- [ Compare to latest release] [ unreleased ]
7
7
8
+ ## [ 1.3.10] - 2021-11-09
9
+ - [ #219 ] ( https://github.com/SparkPost/python-sparkpost/pull/219 ) Support for perform_substitution
10
+
8
11
## [ 1.3.9] - 2021-04-29
9
12
- [ #215 ] ( https://github.com/SparkPost/python-sparkpost/pull/215 ) Fix bug in _ translate_keys that affects non-nested parameters
10
13
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'sparkpost' ,
9
- version = '1.3.9 ' ,
9
+ version = '1.3.10 ' ,
10
10
author = 'SparkPost' ,
11
11
12
12
packages = find_packages (),
Original file line number Diff line number Diff line change 9
9
from .transmissions import Transmissions
10
10
11
11
12
- __version__ = '1.3.9 '
12
+ __version__ = '1.3.10 '
13
13
14
14
EU_API = 'api.eu.sparkpost.com'
15
15
US_API = 'api.sparkpost.com'
You can’t perform that action at this time.
0 commit comments