Skip to content

Commit 5b38eef

Browse files
Version Bump v3.2.2: Added TOC and USE_CASES.md
1 parent 8cb8b49 commit 5b38eef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3+
4+
## [3.2.2] - 2016-08-23 ##
5+
### Added
6+
- Table of Contents in the README
7+
- 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
8+
39
## [3.2.1] - 2016-08-17 ##
410
### Fixed
511
- pep8 formatting

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, 2, 1)
1+
version_info = (3, 2, 2)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)