Skip to content

Commit 7f30b43

Browse files
Version Bump 1.5.8
1 parent 9cbd8c2 commit 7f30b43

File tree

2 files changed

+32
-13
lines changed

2 files changed

+32
-13
lines changed

CHANGELOG.md

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,65 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
5+
## [1.5.8] - 2015-10-21 ##
6+
7+
### Added ###
8+
- Global Suppressions [GET]
9+
410
## [1.5.7] - 2015-10-19 ##
11+
12+
13+
### Added ###
514
- Include MIT.LICENSE in release tarball
615

716
## [1.5.6] - 2015-10-16 ##
17+
18+
### Fixed ###
819
- Removed unsupported endpoint
920

1021
## [1.5.5] - 2015-10-16 ##
22+
23+
### Added ###
1124
- Added Unsubscribe Groups [POST]
1225

1326
## [1.5.4] - 2015-10-15 ##
1427

28+
### Added ###
1529
- Global Suppressions [GET]
1630

1731
## [1.5.3] - 2015-09-29 ##
1832

19-
### Added
33+
### Added ###
2034
- Refactored tests and added Tox support
2135
- Framework for Web API v3 endpoints
2236
- Web API v3 endpionts: apikeys, ASM groups and ASM suppressions
2337

24-
### Fixed
38+
### Fixed ###
2539
- Python 3 Fix [#126](https://github.com/sendgrid/sendgrid-python/issues/126)
2640

27-
## [1.4.3] - 2015-09-22
28-
### Fixed
41+
## [1.4.3] - 2015-09-22 ##
42+
43+
### Fixed ###
2944
- Reply To header now supports friendly name [#110](https://github.com/sendgrid/sendgrid-python/issues/110)
3045

31-
## [1.4.2] - 2015-09-15
32-
### Added
46+
## [1.4.2] - 2015-09-15 ##
47+
48+
### Added ###
3349
- Upgrade Mail to new-style class, on Python 2.x.
3450

35-
## [1.4.1] - 2015-09-09
36-
### Added
51+
## [1.4.1] - 2015-09-09 ##
52+
53+
### Added ###
3754
- Classifiers for compatible python versions
3855

39-
## [1.4.0] - 2015-04-27
40-
### Added
56+
## [1.4.0] - 2015-04-27 ##
57+
58+
### Added ###
4159
- Support for API keys
4260

43-
## [1.3.0] - 2015-01-23
44-
### Added
61+
## [1.3.0] - 2015-01-23 ##
62+
63+
### Added ###
4564
- Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98)
4665
- Add CHANGELOG.md

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 5, 7)
1+
version_info = (1, 5, 8)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)