Skip to content

Commit b457bb4

Browse files
Version bump 0.3.1
1 parent a007d80 commit b457bb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='smtpapi',
5-
version='0.3.0',
5+
version='0.3.1',
66
author='Yamil Asusta, Kane Kim',
77
88
packages=find_packages(),

0 commit comments

Comments
 (0)