Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richleland authored Nov 14, 2016
2 parents 98ce706 + b3f3c03 commit cc577cc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
7 changes: 4 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ Core contributors
Patches and suggestions
-----------------------

- Artur Felipe Sousa `@arturfelipe <https://github.com/arturfelipe>`_
- Barthelemy Dagenais `@bartdag <https://github.com/bartdag>`_
- Mohammad Hossain `@rajumsys <https://github.com/rajumsys>`_
- Dmitry Tyukin `@deems <https://github.com/deems>`_
- Jared Morse `@jarcoal <https://github.com/jarcoal>`_
- Marko Mrdjenovic `@friedcell <https://github.com/friedcell>`_
- Zdeněk Softič `@btx <https://github.com/btx>`_
- Mohammad Hossain `@rajumsys <https://github.com/rajumsys>`_
- Simeon Visser `@svisser <https://github.com/svisser>`_
- Zdeněk Softič `@btx <https://github.com/btx>`_
- `@amatissart <https://github.com/amatissart>`_
- `@gnarvaja <https://github.com/gnarvaja>`_
- `@pegler <https://github.com/pegler>`_
- `@puttu <https://github.com/puttu>`_
- Dmitry Tyukin `@deems <https://github.com/deems>`_
- ADD YOURSELF HERE (and link to your github page)
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- [Compare to latest release][unreleased]

## [1.3.2] - 2016-11-14
### Fixed
- [#129](https://github.com/SparkPost/python-sparkpost/pull/129) Reverted change for emojis in the body of a message, needs further investigation
- [#129](https://github.com/SparkPost/python-sparkpost/pull/129) `substitution_data`, `metadata`, and `tags` are now supplied properly for cc/bcc recipients


## [1.3.1] - 2016-11-13
### Added
- Instructions for use with Google Cloud
Expand Down Expand Up @@ -108,7 +114,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Metrics class for getting a list of campaigns and domains
- Docs on readthedocs.org

[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.1...HEAD
[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/sparkpost/python-sparkpost/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/sparkpost/python-sparkpost/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/sparkpost/python-sparkpost/compare/v1.1.1...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='sparkpost',
version='1.3.1',
version='1.3.2',
author='SparkPost',
author_email='[email protected]',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion sparkpost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .transmissions import Transmissions


__version__ = '1.3.1'
__version__ = '1.3.2'


class SparkPost(object):
Expand Down

0 comments on commit cc577cc

Please sign in to comment.