Skip to content

Commit

Permalink
Version Bump v3.0.3: Tests now mocked automatically against prism
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 8, 2016
1 parent 2c97316 commit 4c45dd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.0.3] - 2016-07-07 ##
### Added
- Tests now mocked automatically against [prism](https://stoplight.io/prism/)

## [3.0.1] - 2016-07-05 ##
### Fixed
- [Issue 185](https://github.com/sendgrid/sendgrid-python/issues/185): Getting HTTP Error 406 when getting bounces
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, 0, 1)
version_info = (3, 0, 3)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 4c45dd4

Please sign in to comment.