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 138c998 commit 3bb90c7Copy full SHA for 3bb90c7
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
-## [1.4.0] - Unreleased
+## [1.4.0] - 2015-04-27
5
### Added
6
- Support for API keys
7
8
-## [1.3.0] - 2014-01-23
+## [1.3.0] - 2015-01-23
9
10
- Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98)
11
- Add CHANGELOG.md
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 3, 0)
+version_info = (1, 4, 0)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments