We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f632604 commit 495c842Copy full SHA for 495c842
2 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
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
+
10
## [1.4.0] - 2015-04-27
11
### Added
12
- Support for API keys
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 4, 0)
+version_info = (1, 4, 1)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments