Skip to content

Commit

Permalink
v6.0.5: fix unicode regression
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 2, 2019
1 parent bc59079 commit 9c1d254
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.

## [6.0.5] - 2019-05-01 ##

### Fixed

- [PR #794](https://github.com/sendgrid/sendgrid-python/pull/794): Update type requirements used for multiple objects (BIG thanks to [@jphilipsen05](https://github.com/jphilipsen05))
- [PR #797](https://github.com/sendgrid/sendgrid-python/pull/797): API Key typo
- [PR #792](https://github.com/sendgrid/sendgrid-python/pull/792): Fixes #790: TypeError "name must be of type string" regression when name is Unicode string (BIG thanks to [@johnpkennedy](https://github.com/johnpkennedy))
- [PR #785](https://github.com/sendgrid/sendgrid-python/pull/785): Link for 'Transactional Templates' in use_cases README.md broken (BIG thanks to [@nguyenpk](https://github.com/nguyenpk))

## [6.0.3] - 2019-04-05 ##

### Added
Expand Down
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Supported tags and respective `Dockerfile` links
- `v6.0.3`, `latest` [(Dockerfile)](https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile)
- `v6.0.5`, `latest` [(Dockerfile)](https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile)
- `v6.0.3`
- `v6.0.0`
- `v5.6.0`
- `v5.5.0`
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.4
6.0.5

0 comments on commit 9c1d254

Please sign in to comment.