Skip to content

Commit cc577cc

Browse files
authored
Bump version, update changelog
2 parents 98ce706 + b3f3c03 commit cc577cc

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

AUTHORS.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ Core contributors
99
Patches and suggestions
1010
-----------------------
1111

12+
- Artur Felipe Sousa `@arturfelipe <https://github.com/arturfelipe>`_
1213
- Barthelemy Dagenais `@bartdag <https://github.com/bartdag>`_
13-
- Mohammad Hossain `@rajumsys <https://github.com/rajumsys>`_
14+
- Dmitry Tyukin `@deems <https://github.com/deems>`_
1415
- Jared Morse `@jarcoal <https://github.com/jarcoal>`_
1516
- Marko Mrdjenovic `@friedcell <https://github.com/friedcell>`_
16-
- Zdeněk Softič `@btx <https://github.com/btx>`_
17+
- Mohammad Hossain `@rajumsys <https://github.com/rajumsys>`_
1718
- Simeon Visser `@svisser <https://github.com/svisser>`_
19+
- Zdeněk Softič `@btx <https://github.com/btx>`_
1820
- `@amatissart <https://github.com/amatissart>`_
1921
- `@gnarvaja <https://github.com/gnarvaja>`_
2022
- `@pegler <https://github.com/pegler>`_
2123
- `@puttu <https://github.com/puttu>`_
22-
- Dmitry Tyukin `@deems <https://github.com/deems>`_
2324
- ADD YOURSELF HERE (and link to your github page)

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## Unreleased
66
- [Compare to latest release][unreleased]
77

8+
## [1.3.2] - 2016-11-14
9+
### Fixed
10+
- [#129](https://github.com/SparkPost/python-sparkpost/pull/129) Reverted change for emojis in the body of a message, needs further investigation
11+
- [#129](https://github.com/SparkPost/python-sparkpost/pull/129) `substitution_data`, `metadata`, and `tags` are now supplied properly for cc/bcc recipients
12+
13+
814
## [1.3.1] - 2016-11-13
915
### Added
1016
- Instructions for use with Google Cloud
@@ -108,7 +114,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
108114
- Metrics class for getting a list of campaigns and domains
109115
- Docs on readthedocs.org
110116

111-
[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.1...HEAD
117+
[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.2...HEAD
118+
[1.3.2]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.1...v1.3.2
112119
[1.3.1]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.0...v1.3.1
113120
[1.3.0]: https://github.com/sparkpost/python-sparkpost/compare/v1.2.0...v1.3.0
114121
[1.2.0]: https://github.com/sparkpost/python-sparkpost/compare/v1.1.1...v1.2.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.3'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.3.1'
63+
release = '1.3.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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.3.1',
9+
version='1.3.2',
1010
author='SparkPost',
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
@@ -9,7 +9,7 @@
99
from .transmissions import Transmissions
1010

1111

12-
__version__ = '1.3.1'
12+
__version__ = '1.3.2'
1313

1414

1515
class SparkPost(object):

0 commit comments

Comments
 (0)