Skip to content

Commit

Permalink
Version bump 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Sep 15, 2015
1 parent 0b2c0cf commit bdfc104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ sdist
*.egg
*.egg-info
*.pyc
.idea/
venv/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.4.2] - 2015-09-15
### Added
- Upgrade Mail to new-style class, on Python 2.x.

## [1.4.1] - 2015-09-09
### Added
- Classifiers for compatible python versions
Expand Down
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, 4, 1)
version_info = (1, 4, 2)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit bdfc104

Please sign in to comment.