Skip to content

Commit 3bb90c7

Browse files
committed
Version bump v1.4.0
1 parent 138c998 commit 3bb90c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

4-
## [1.4.0] - Unreleased
4+
## [1.4.0] - 2015-04-27
55
### Added
66
- Support for API keys
77

8-
## [1.3.0] - 2014-01-23
8+
## [1.3.0] - 2015-01-23
99
### Added
1010
- Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98)
1111
- Add CHANGELOG.md

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

0 commit comments

Comments
 (0)