Skip to content

Commit 0942f9d

Browse files
Version Bump 1.6.22
1 parent eec30be commit 0942f9d

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+
## [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+
410
## [1.6.21] - 2015-02-08 ##
511

612
### Added ###

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 6, 21)
1+
version_info = (1, 6, 22)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)