Skip to content

Commit

Permalink
Versiom Bump v3.1.7: Issue #195 The variable apikey and api_key are n…
Browse files Browse the repository at this point in the history
…ow interchangeable
  • Loading branch information
thinkingserious committed Jul 25, 2016
1 parent 55852e5 commit d8b279d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.1.7] - 2016-07-25 ##
### Added
- Solves [issue 195](https://github.com/sendgrid/sendgrid-python/pull/195)
- The variable apikey and api_key are now interchangeable to help support those migrating from v2
- Thanks to [Ian Douglas](https://github.com/iandouglas) for the feedback!

## [3.0.7] - 2016-07-20 ##
### Added
- README updates
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, 0, 7)
version_info = (3, 1, 7)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit d8b279d

Please sign in to comment.