Skip to content

Commit 4c45dd4

Browse files
Version Bump v3.0.3: Tests now mocked automatically against prism
1 parent 2c97316 commit 4c45dd4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.3] - 2016-07-07 ##
5+
### Added
6+
- Tests now mocked automatically against [prism](https://stoplight.io/prism/)
7+
48
## [3.0.1] - 2016-07-05 ##
59
### Fixed
610
- [Issue 185](https://github.com/sendgrid/sendgrid-python/issues/185): Getting HTTP Error 406 when getting bounces

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

0 commit comments

Comments
 (0)