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 55852e5 commit d8b279dCopy full SHA for d8b279d
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.1.7] - 2016-07-25 ##
5
+### Added
6
+- Solves [issue 195](https://github.com/sendgrid/sendgrid-python/pull/195)
7
+- The variable apikey and api_key are now interchangeable to help support those migrating from v2
8
+- Thanks to [Ian Douglas](https://github.com/iandouglas) for the feedback!
9
+
10
## [3.0.7] - 2016-07-20 ##
11
### Added
12
- README updates
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 0, 7)
+version_info = (3, 1, 7)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments