Skip to content

Commit

Permalink
Version Bump v3.6.0: #234 Substitutions allow non-strings for values
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Oct 11, 2016
1 parent 38f2fe2 commit 4f57575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.6.0] - 2016-10-11 ##
### Added
- Pull #234 [Substitutions allow non-strings for values](https://github.com/sendgrid/sendgrid-python/pull/234)
- Big thanks to [ittus](https://github.com/ittus) for the pull request!

## [3.5.0] - 2016-10-11 ##
### Added
- Pull #233: [Allow dict to be passed to add_headers](https://github.com/sendgrid/sendgrid-python/pull/233)
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, 5, 0)
version_info = (3, 6, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 4f57575

Please sign in to comment.