Skip to content

Commit 8aa1e16

Browse files
Version Bump v1.5.20
1 parent 7b5cf32 commit 8aa1e16

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

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+
411
## [1.5.19] - 2015-12-03 ##
512

613
### Fixed ###

sendgrid/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 5, 19)
1+
version_info = (1, 5, 20)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)