Skip to content

Commit fe6ddc3

Browse files
Version Bump v3.1.8: Added a troubleshooting section
1 parent 9d883d5 commit fe6ddc3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## [3.1.8] - 2016-07-25 ##
5+
### Added
6+
- [Troubleshooting](https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md) section
7+
48
## [3.1.7] - 2016-07-25 ##
59
### Added
610
- Solves [issue 195](https://github.com/sendgrid/sendgrid-python/pull/195)

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 1, 7)
1+
version_info = (3, 1, 8)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)