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 f11eab4 commit 96473ddCopy full SHA for 96473dd
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.5.16] - 2015-11-17 ##
5
+
6
+### Added ###
7
8
+- Template Engine documentation
9
+- SMTPAPI documentation
10
11
## [1.5.15] - 2015-11-17 ##
12
13
### Added ###
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 5, 15)
+version_info = (1, 5, 16)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments