Skip to content

Commit bdfc104

Browse files
Version bump 1.4.2
1 parent 0b2c0cf commit bdfc104

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ sdist
88
*.egg
99
*.egg-info
1010
*.pyc
11+
.idea/
1112
venv/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.4.2] - 2015-09-15
5+
### Added
6+
- Upgrade Mail to new-style class, on Python 2.x.
7+
48
## [1.4.1] - 2015-09-09
59
### Added
610
- Classifiers for compatible python versions

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 4, 1)
1+
version_info = (1, 4, 2)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)