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 eec30be commit 0942f9dCopy full SHA for 0942f9d
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.6.22] - 2015-02-08 ##
5
+
6
+### Fixed ###
7
8
+- a call to GET api_keys after a call to DELETE api_keys would throw an error.
9
10
## [1.6.21] - 2015-02-08 ##
11
12
### Added ###
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 6, 21)
+version_info = (1, 6, 22)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments