We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c97316 commit 4c45dd4Copy full SHA for 4c45dd4
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.0.3] - 2016-07-07 ##
5
+### Added
6
+- Tests now mocked automatically against [prism](https://stoplight.io/prism/)
7
+
8
## [3.0.1] - 2016-07-05 ##
9
### Fixed
10
- [Issue 185](https://github.com/sendgrid/sendgrid-python/issues/185): Getting HTTP Error 406 when getting bounces
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 0, 1)
+version_info = (3, 0, 3)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments