We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba4f37 commit 36525d3Copy full SHA for 36525d3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.5.13] - 2015-10-28 ##
5
+
6
+### Fixed ###
7
+- Fix timeout via URLError [104](https://github.com/sendgrid/sendgrid-python/issues/104)
8
9
## [1.5.12] - 2015-10-28 ##
10
11
### Fixed ###
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 5, 12)
+version_info = (1, 5, 13)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments