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] [ unreleased ]
66- No notable updates
77
8+ ## [ 1.0.2] - 2016-02-25
9+ ### Added
10+ - Support for attachments via the ` attachments ` parameter in ` Transmissions `
11+
812## [ 1.0.1] - 2016-02-25
913### Fixed
1014- Subpackages now get included properly
@@ -43,7 +47,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4347- Metrics class for getting a list of campaigns and domains
4448- Docs on readthedocs.org
4549
46- [ unreleased ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.1...HEAD
50+ [ unreleased ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.2...HEAD
51+ [ 1.0.2 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.1...v1.0.2
4752[ 1.0.1 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.0...v1.0.1
4853[ 1.0.0 ] : https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev2...v1.0.0
4954[ 1.0.0.dev2 ] : https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev1...1.0.0.dev2
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = '1.0'
6060# The full version, including alpha/beta/rc tags.
61- release = '1.0.1 '
61+ release = '1.0.2 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'sparkpost' ,
9- version = '1.0.1 ' ,
9+ version = '1.0.2 ' ,
1010 author = 'Message Systems' ,
1111 author_email = 'appteam@messagesystems.com' ,
1212 packages = find_packages (),
Original file line number Diff line number Diff line change 88from .transmissions import Transmissions
99
1010
11- __version__ = '1.0.1 '
11+ __version__ = '1.0.2 '
1212
1313
1414def get_api_key ():
You can’t perform that action at this time.
0 commit comments