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 43d3424 commit 514cd0dCopy full SHA for 514cd0d
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.0.7] - 2016-07-20 ##
5
+### Added
6
+- README updates
7
+- Update introduction blurb to include information regarding our forward path
8
+- Update the v3 /mail/send example to include non-helper usage
9
+- Update the generic v3 example to include non-fluent interface usage
10
+
11
## [3.0.6] - 2016-07-12 ##
12
### Added
13
- Update docs, unit tests and examples to include Sender ID
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 0, 6)
+version_info = (3, 0, 7)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments