Skip to content

Commit 514cd0d

Browse files
Version Bump v3.07: README documentation improvements
1 parent 43d3424 commit 514cd0d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
411
## [3.0.6] - 2016-07-12 ##
512
### Added
613
- Update docs, unit tests and examples to include Sender ID

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 0, 6)
1+
version_info = (3, 0, 7)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)