Skip to content

Commit

Permalink
Version bump v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Apr 27, 2015
1 parent 138c998 commit 3bb90c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.4.0] - Unreleased
## [1.4.0] - 2015-04-27
### Added
- Support for API keys

## [1.3.0] - 2014-01-23
## [1.3.0] - 2015-01-23
### Added
- Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98)
- Add CHANGELOG.md
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, 3, 0)
version_info = (1, 4, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 3bb90c7

Please sign in to comment.