File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased] [ unreleased ]
6
- - No notable updates
6
+
7
+ ## [ 1.0.3] - 2016-03-03
8
+ ### Added
9
+ - Tox for local testing
10
+ - Allow unicode recipients
11
+ - Automatically parse emails with friendly from e.g.
` Friendly Name <[email protected] > `
12
+ - Support for cc/bcc
7
13
8
14
## [ 1.0.2] - 2016-02-25
9
15
### Added
@@ -47,7 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
47
53
- Metrics class for getting a list of campaigns and domains
48
54
- Docs on readthedocs.org
49
55
50
- [ unreleased ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.2...HEAD
56
+ [ unreleased ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.3...HEAD
57
+ [ 1.0.3 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.2...v1.0.3
51
58
[ 1.0.2 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.1...v1.0.2
52
59
[ 1.0.1 ] : https://github.com/sparkpost/python-sparkpost/compare/v1.0.0...v1.0.1
53
60
[ 1.0.0 ] : https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev2...v1.0.0
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.2 '
61
+ release = '1.0.3 '
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.2 ' ,
9
+ version = '1.0.3 ' ,
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.2 '
11
+ __version__ = '1.0.3 '
12
12
13
13
14
14
def get_api_key ():
You can’t perform that action at this time.
0 commit comments