From 210ae356bfe72a043e399590c05a6b4d688a9730 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 14 Nov 2016 12:45:49 -0800 Subject: [PATCH] Version Bump v3.6.3: #243 Update deprecated Heroku command --- CHANGELOG.md | 5 +++++ sendgrid/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdac8ef6..47e88ee19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [3.6.3] - 2016-11-10 ## +### Updated +- Pull #243 [Update deprecated Heroku command](https://github.com/sendgrid/sendgrid-python/pull/243) +- Big thanks to [Roberto Ortega](https://github.com/berto) for the pull request! + ## [3.6.2] - 2016-11-10 ## ### Fixed - Pull #240 [Add six to requirements.txt](https://github.com/sendgrid/sendgrid-python/pull/246) diff --git a/sendgrid/version.py b/sendgrid/version.py index 5daae5d0d..3bf7a6cde 100644 --- a/sendgrid/version.py +++ b/sendgrid/version.py @@ -1,2 +1,2 @@ -version_info = (3, 6, 2) +version_info = (3, 6, 3) __version__ = '.'.join(str(v) for v in version_info)