Skip to content

Commit

Permalink
Version Bump v3.07: README documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 20, 2016
1 parent 43d3424 commit 514cd0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.0.7] - 2016-07-20 ##
### Added
- README updates
- Update introduction blurb to include information regarding our forward path
- Update the v3 /mail/send example to include non-helper usage
- Update the generic v3 example to include non-fluent interface usage

## [3.0.6] - 2016-07-12 ##
### Added
- Update docs, unit tests and examples to include Sender ID
Expand Down
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 = (3, 0, 6)
version_info = (3, 0, 7)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 514cd0d

Please sign in to comment.