Skip to content

Commit

Permalink
Version v3.1.10: Fix botched 3.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 28, 2016
1 parent 22f406a commit 4cedb9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.1.10] - 2016-07-26 ##
### Fixed
- Release 3.1.9 was botched (sorry!), so [the apikey/api_key fix](https://github.com/sendgrid/sendgrid-python/issues/197) 3.1.9 was supposed to address is now in this release

## [3.1.9] - 2016-07-26 ##
### Fixed
- [Issue #197](https://github.com/sendgrid/sendgrid-python/issues/197): api_key / apikey attribute logic incorrect
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, 1, 9)
version_info = (3, 1, 10)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 4cedb9b

Please sign in to comment.