We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94b59b commit 5b985b2Copy full SHA for 5b985b2
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.2] - 2016-11-10 ##
5
+### Fixed
6
+- Pull #240 [Add six to requirements.txt](https://github.com/sendgrid/sendgrid-python/pull/246)
7
+- Big thanks to [Wataru Sato](https://github.com/awwa) for the pull request!
8
+
9
## [3.6.1] - 2016-11-10 ##
10
### Fixed
11
- Pull #246 [Typo 'user' for 'usr'](https://github.com/sendgrid/sendgrid-python/pull/246)
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 6, 1)
+version_info = (3, 6, 2)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments