Skip to content

Commit

Permalink
Version Bump 1.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Feb 8, 2016
1 parent eec30be commit 0942f9d
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.

## [1.6.22] - 2015-02-08 ##

### Fixed ###

- a call to GET api_keys after a call to DELETE api_keys would throw an error.

## [1.6.21] - 2015-02-08 ##

### Added ###
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 = (1, 6, 21)
version_info = (1, 6, 22)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 0942f9d

Please sign in to comment.