From 222161c3e560dae50e2f5f8cb0e283d85dbbf598 Mon Sep 17 00:00:00 2001 From: Darren Smith Date: Thu, 25 Mar 2021 10:15:01 -0400 Subject: [PATCH] Open Pixel Options (#212) --- CHANGELOG.md | 3 +++ sparkpost/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ecac9..2a8e04f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/sparkpost/__init__.py b/sparkpost/__init__.py index f1fcc0a..9cd1f24 100644 --- a/sparkpost/__init__.py +++ b/sparkpost/__init__.py @@ -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'