Skip to content

Commit

Permalink
Version Bump v3.1.8: Added a troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 25, 2016
1 parent 9d883d5 commit fe6ddc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.1.8] - 2016-07-25 ##
### Added
- [Troubleshooting](https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md) section

## [3.1.7] - 2016-07-25 ##
### Added
- Solves [issue 195](https://github.com/sendgrid/sendgrid-python/pull/195)
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 = (3, 1, 7)
version_info = (3, 1, 8)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit fe6ddc3

Please sign in to comment.