Skip to content

Commit

Permalink
Version Bump 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Feb 4, 2016
1 parent 36d2412 commit f768690
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.6.20] - 2015-02-04 ##

### Updated ###

- 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)!

## [1.5.20] - 2015-01-12 ##

### Added ###
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 5, 20)
version_info = (1, 6, 20)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit f768690

Please sign in to comment.