Skip to content

Commit

Permalink
Correcting version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Aug 17, 2016
1 parent 9049024 commit 658f6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.2.10] - 2016-08-17 ##
## [3.2.0] - 2016-08-17 ##
### Added
- Helper code for our [Inbound Parse webhook](https://github.com/sendgrid/sendgrid-python/tree/inbound/sendgrid/helpers/inbound)

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

0 comments on commit 658f6ca

Please sign in to comment.