We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5cf32 commit 8aa1e16Copy full SHA for 8aa1e16
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.5.20] - 2015-01-12 ##
5
+
6
+### Added ###
7
8
+- Change timeout to opts variable [157](https://github.com/sendgrid/sendgrid-python/pull/157)
9
+- Thanks [tgehrs](https://github.com/tgehrs)!
10
11
## [1.5.19] - 2015-12-03 ##
12
13
### Fixed ###
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 5, 19)
+version_info = (1, 5, 20)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments