Skip to content

Commit 96473dd

Browse files
Version Bump 1.5.16
1 parent f11eab4 commit 96473dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
## [1.5.16] - 2015-11-17 ##
5+
6+
### Added ###
7+
8+
- Template Engine documentation
9+
- SMTPAPI documentation
10+
411
## [1.5.15] - 2015-11-17 ##
512

613
### Added ###

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, 15)
1+
version_info = (1, 5, 16)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)