We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf473b commit 1581ddcCopy full SHA for 1581ddc
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.5.9] - 2015-10-26 ##
5
+
6
+### Added ###
7
+- Supression Unsubscribes [GET]
8
9
## [1.5.8] - 2015-10-21 ##
10
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 5, 8)
+version_info = (1, 5, 9)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments