Skip to content

Commit 222161c

Browse files
Open Pixel Options (#212)
1 parent 1dc212d commit 222161c

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
@@ -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.7] - 2021-03-24
9+
- [#211](https://github.com/SparkPost/python-sparkpost/pull/211) Support for top open pixel for transmissions
10+
811
## [1.3.6] - 2018-03-23
912
### Added
1013
- [#160](https://github.com/SparkPost/python-sparkpost/pull/160) Extra header support for Django messages

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.6'
12+
__version__ = '1.3.7'
1313

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

0 commit comments

Comments
 (0)