We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f2fe2 commit 4f57575Copy full SHA for 4f57575
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.6.0] - 2016-10-11 ##
5
+### Added
6
+- Pull #234 [Substitutions allow non-strings for values](https://github.com/sendgrid/sendgrid-python/pull/234)
7
+- Big thanks to [ittus](https://github.com/ittus) for the pull request!
8
+
9
## [3.5.0] - 2016-10-11 ##
10
### Added
11
- Pull #233: [Allow dict to be passed to add_headers](https://github.com/sendgrid/sendgrid-python/pull/233)
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 5, 0)
+version_info = (3, 6, 0)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments