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 0b2c0cf commit bdfc104Copy full SHA for bdfc104
.gitignore
@@ -8,4 +8,5 @@ sdist
8
*.egg
9
*.egg-info
10
*.pyc
11
+.idea/
12
venv/
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.4.2] - 2015-09-15
5
+### Added
6
+- Upgrade Mail to new-style class, on Python 2.x.
7
+
## [1.4.1] - 2015-09-09
### Added
- Classifiers for compatible python versions
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 4, 1)
+version_info = (1, 4, 2)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments