Skip to content

Commit 495c842

Browse files
committed
Version bump v1.4.1
1 parent f632604 commit 495c842

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
## [1.4.1] - 2015-09-09
5+
### Added
6+
- Classifiers for compatible python versions
7+
### Changed
8+
- Assertion test from `self.assertEqual()` to `self.assertDictEqual()` for Python 3 compatibility
9+
410
## [1.4.0] - 2015-04-27
511
### Added
612
- Support for API keys

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, 0)
1+
version_info = (1, 4, 1)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)