Skip to content

Commit

Permalink
Version Bump v3.2.2: Added TOC and USE_CASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Aug 24, 2016
1 parent 8cb8b49 commit 5b38eef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.2.2] - 2016-08-23 ##
### Added
- Table of Contents in the README
- Added a [USE_CASES.md](https://github.com/sendgrid/sendgrid-python/blob/master/USE_CASES.md) section, with the first use case example for transactional templates

## [3.2.1] - 2016-08-17 ##
### Fixed
- pep8 formatting
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (3, 2, 1)
version_info = (3, 2, 2)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 5b38eef

Please sign in to comment.