Skip to content

Commit 0c763b6

Browse files
committed
Merge pull request #76 from SparkPost/bump
Bump version, update changelog
2 parents 4a0eebc + 7c7e7da commit 0c763b6

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [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
713

814
## [1.0.2] - 2016-02-25
915
### Added
@@ -47,7 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4753
- Metrics class for getting a list of campaigns and domains
4854
- Docs on readthedocs.org
4955

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
5158
[1.0.2]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.1...v1.0.2
5259
[1.0.1]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.0...v1.0.1
5360
[1.0.0]: https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev2...v1.0.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '1.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.0.2'
61+
release = '1.0.3'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='sparkpost',
9-
version='1.0.2',
9+
version='1.0.3',
1010
author='Message Systems',
1111
author_email='[email protected]',
1212
packages=find_packages(),

sparkpost/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .transmissions import Transmissions
99

1010

11-
__version__ = '1.0.2'
11+
__version__ = '1.0.3'
1212

1313

1414
def get_api_key():

0 commit comments

Comments
 (0)