Skip to content

Commit 210ae35

Browse files
Version Bump v3.6.3: #243 Update deprecated Heroku command
1 parent 4c41eea commit 210ae35

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+
## [3.6.3] - 2016-11-10 ##
5+
### Updated
6+
- Pull #243 [Update deprecated Heroku command](https://github.com/sendgrid/sendgrid-python/pull/243)
7+
- Big thanks to [Roberto Ortega](https://github.com/berto) for the pull request!
8+
49
## [3.6.2] - 2016-11-10 ##
510
### Fixed
611
- Pull #240 [Add six to requirements.txt](https://github.com/sendgrid/sendgrid-python/pull/246)

sendgrid/version.py

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

0 commit comments

Comments
 (0)