File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55## Unreleased
66- [ Compare to latest release] [ unreleased ]
77
8+ ## [ 1.3.6] - 2018-03-23
9+ ### Added
10+ - [ #160 ] ( https://github.com/SparkPost/python-sparkpost/pull/160 ) Extra header support for Django messages
11+
812## [ 1.3.5] - 2017-03-07
913### Added
1014- [ #141 ] ( https://github.com/SparkPost/python-sparkpost/pull/141 ) Validation for recipients parameter for transmissions
@@ -128,7 +132,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
128132- Metrics class for getting a list of campaigns and domains
129133- Docs on readthedocs.org
130134
131- [ unreleased ] : https://github.com/sparkpost/python-sparkpost/compare/v1.3.5...HEAD
135+ [ unreleased ] : https://github.com/sparkpost/python-sparkpost/compare/v1.3.6...HEAD
136+ [ 1.3.6 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.3.5...v1.3.6
132137[ 1.3.5 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.3.4...v1.3.5
133138[ 1.3.4 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.3.3...v1.3.4
134139[ 1.3.3 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.3.2...v1.3.3
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '1.3'
6262# The full version, including alpha/beta/rc tags.
63- release = '1.3.5 '
63+ release = '1.3.6 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'sparkpost' ,
9- version = '1.3.5 ' ,
9+ version = '1.3.6 ' ,
1010 author = 'SparkPost' ,
1111 author_email = 'developers@sparkpost.com' ,
1212 packages = find_packages (),
Original file line number Diff line number Diff line change 99from .transmissions import Transmissions
1010
1111
12- __version__ = '1.3.5 '
12+ __version__ = '1.3.6 '
1313
1414
1515class SparkPost (object ):
You can’t perform that action at this time.
0 commit comments