Skip to content

Commit 4cedb9b

Browse files
Version v3.1.10: Fix botched 3.1.9 release
1 parent 22f406a commit 4cedb9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## [3.1.10] - 2016-07-26 ##
5+
### Fixed
6+
- 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
7+
48
## [3.1.9] - 2016-07-26 ##
59
### Fixed
610
- [Issue #197](https://github.com/sendgrid/sendgrid-python/issues/197): api_key / apikey attribute logic incorrect

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

0 commit comments

Comments
 (0)