Skip to content

Commit 36525d3

Browse files
Version Bump v1.5.13
1 parent eba4f37 commit 36525d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

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+
49
## [1.5.12] - 2015-10-28 ##
510

611
### Fixed ###

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 5, 12)
1+
version_info = (1, 5, 13)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)