Skip to content

Commit d8b279d

Browse files
Versiom Bump v3.1.7: Issue #195 The variable apikey and api_key are now interchangeable
1 parent 55852e5 commit d8b279d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
410
## [3.0.7] - 2016-07-20 ##
511
### Added
612
- README updates

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, 0, 7)
1+
version_info = (3, 1, 7)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)