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 288c732 commit a9fab5fCopy full SHA for a9fab5f
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.5.19] - 2015-12-03 ##
5
+
6
+### Fixed ###
7
8
+- Can't install normally [155](https://github.com/sendgrid/sendgrid-python/issues/155)
9
10
## [1.5.18] - 2015-11-17 ##
11
12
### Fixed ###
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 5, 18)
+version_info = (1, 5, 19)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments