File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [ Unreleased] [ unreleased ]
6
6
- No notable updates
7
7
8
+ ## [ 1.0.1] - 2016-02-25
9
+ ### Fixed
10
+ - Subpackages now get included properly
11
+ - Updated examples to use plural ` transmissions `
12
+
8
13
## [ 1.0.0] - 2015-11-06
9
14
### Added
10
15
- Django email backend
@@ -38,7 +43,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
38
43
- Metrics class for getting a list of campaigns and domains
39
44
- Docs on readthedocs.org
40
45
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
43
49
[ 1.0.0.dev2 ] : https://github.com/sparkpost/python-sparkpost/compare/1.0.0.dev1...1.0.0.dev2
44
50
[ coveralls ] : https://coveralls.io/github/SparkPost/python-sparkpost
Original file line number Diff line number Diff line change 58
58
# The short X.Y version.
59
59
version = '1.0'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '1.0.0 '
61
+ release = '1.0.1 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'sparkpost' ,
9
- version = '1.0.1.dev1 ' ,
9
+ version = '1.0.1' ,
10
10
author = 'Message Systems' ,
11
11
12
12
packages = find_packages (),
Original file line number Diff line number Diff line change 8
8
from .transmissions import Transmissions
9
9
10
10
11
- __version__ = '1.0.0 '
11
+ __version__ = '1.0.1 '
12
12
13
13
14
14
def get_api_key ():
You can’t perform that action at this time.
0 commit comments