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 a007d80 commit b457bb4Copy full SHA for b457bb4
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Change Log
2
+All notable changes to this project will be documented in this file.
3
+
4
+## [0.3.1] - 2015-10-01
5
+### Added
6
+- Added in support for `Decimal` objects in SMTP API JSON messages (via @jstol)
setup.py
@@ -2,7 +2,7 @@
setup(
name='smtpapi',
- version='0.3.0',
+ version='0.3.1',
author='Yamil Asusta, Kane Kim',
7
author_email='yamil@sendgrid.com, kane.isturm@sendgrid.com',
8
packages=find_packages(),
0 commit comments