We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d883d5 commit fe6ddc3Copy full SHA for fe6ddc3
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.1.8] - 2016-07-25 ##
5
+### Added
6
+- [Troubleshooting](https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md) section
7
+
8
## [3.1.7] - 2016-07-25 ##
9
### Added
10
- Solves [issue 195](https://github.com/sendgrid/sendgrid-python/pull/195)
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 1, 7)
+version_info = (3, 1, 8)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments