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/).
5
5
## [ Unreleased] [ unreleased ]
6
6
- No notable updates
7
7
8
+ ## [ 1.0.2] - 2016-02-25
9
+ ### Added
10
+ - Support for attachments via the ` attachments ` parameter in ` Transmissions `
11
+
8
12
## [ 1.0.1] - 2016-02-25
9
13
### Fixed
10
14
- Subpackages now get included properly
@@ -43,7 +47,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
43
47
- Metrics class for getting a list of campaigns and domains
44
48
- Docs on readthedocs.org
45
49
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
47
52
[ 1.0.1 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.0...v1.0.1
48
53
[ 1.0.0 ] : https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev2...v1.0.0
49
54
[ 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 58
58
# The short X.Y version.
59
59
version = '1.0'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '1.0.1 '
61
+ release = '1.0.2 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'sparkpost' ,
9
- version = '1.0.1 ' ,
9
+ version = '1.0.2 ' ,
10
10
author = 'Message Systems' ,
11
11
12
12
packages = find_packages (),
Original file line number Diff line number Diff line change 8
8
from .transmissions import Transmissions
9
9
10
10
11
- __version__ = '1.0.1 '
11
+ __version__ = '1.0.2 '
12
12
13
13
14
14
def get_api_key ():
You can’t perform that action at this time.
0 commit comments