Skip to content

Commit a63804f

Browse files
committed
Merge pull request #64 from SparkPost/bump
Version 1.0.1
2 parents 8a3686c + 112b440 commit a63804f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased][unreleased]
66
- No notable updates
77

8+
## [1.0.1] - 2016-02-25
9+
### Fixed
10+
- Subpackages now get included properly
11+
- Updated examples to use plural `transmissions`
12+
813
## [1.0.0] - 2015-11-06
914
### Added
1015
- Django email backend
@@ -38,7 +43,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3843
- Metrics class for getting a list of campaigns and domains
3944
- Docs on readthedocs.org
4045

41-
[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/1.0.0...HEAD
42-
[1.0.0]: https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev2...1.0.0
46+
[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.1...HEAD
47+
[1.0.0]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.0...v1.0.1
48+
[1.0.0]: https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev2...v1.0.0
4349
[1.0.0.dev2]: https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev1...1.0.0.dev2
4450
[coveralls]: https://coveralls.io/github/SparkPost/python-sparkpost

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.0'
61+
release = '1.0.1'
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.dev1',
9+
version='1.0.1',
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.0'
11+
__version__ = '1.0.1'
1212

1313

1414
def get_api_key():

0 commit comments

Comments
 (0)