Skip to content

Commit f768690

Browse files
Version Bump 1.6.20
1 parent 36d2412 commit f768690

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## [1.6.20] - 2015-02-04 ##
5+
6+
### Updated ###
7+
8+
- smtpi-sendgrid dependency is now 0.3.1, the latest version: [161](https://github.com/sendgrid/sendgrid-python/pull/161/files). Thanks [Kevin Brown](https://github.com/kevin-brown)!
9+
410
## [1.5.20] - 2015-01-12 ##
511

612
### 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, 20)
1+
version_info = (1, 6, 20)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)