Skip to content

Commit

Permalink
Merge e4bb753 into 1dc212d
Browse files Browse the repository at this point in the history
  • Loading branch information
darrensmith223 committed Mar 24, 2021
2 parents 1dc212d + e4bb753 commit a515084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.7] - 2021-03-24
- [#211](https://github.com/SparkPost/python-sparkpost/pull/211) Support for top open pixel for transmissions

## [1.3.6] - 2018-03-23
### Added
- [#160](https://github.com/SparkPost/python-sparkpost/pull/160) Extra header support for Django messages
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.6'
__version__ = '1.3.7'

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

0 comments on commit a515084

Please sign in to comment.