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 09c3347 commit 1970f8dCopy full SHA for 1970f8d
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+v1.3.0 (2014-01-23)
2
+===================
3
+
4
+* Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98)
5
+* Add CHANGELOG.md
6
7
+--
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 2, 4)
+version_info = (1, 3, 0)
__version__ = '.'.join(str(v) for v in version_info)
setup.py
@@ -7,7 +7,7 @@
8
9
def getRequires():
10
- deps = ['smtpapi==0.1.3']
+ deps = ['smtpapi==0.2.0']
11
if sys.version_info < (2, 7):
12
deps.append('unittest2')
13
elif (3, 0) <= sys.version_info < (3, 2):
0 commit comments