Skip to content

Commit 2f13f7d

Browse files
author
Rich Leland
committed
Bump version, update changelog
1 parent 7c54d96 commit 2f13f7d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.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.

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.1',
9+
version='1.0.2',
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.1'
11+
__version__ = '1.0.2'
1212

1313

1414
def get_api_key():

0 commit comments

Comments
 (0)