Skip to content

Commit

Permalink
Update version v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Jan 23, 2015
1 parent 09c3347 commit 1970f8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v1.3.0 (2014-01-23)
===================

* Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98)
* Add CHANGELOG.md

--
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 = (1, 2, 4)
version_info = (1, 3, 0)
__version__ = '.'.join(str(v) for v in version_info)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def getRequires():
deps = ['smtpapi==0.1.3']
deps = ['smtpapi==0.2.0']
if sys.version_info < (2, 7):
deps.append('unittest2')
elif (3, 0) <= sys.version_info < (3, 2):
Expand Down

0 comments on commit 1970f8d

Please sign in to comment.