Skip to content

Commit a9fab5f

Browse files
Version Bump 1.5.19
1 parent 288c732 commit a9fab5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.5.19] - 2015-12-03 ##
5+
6+
### Fixed ###
7+
8+
- Can't install normally [155](https://github.com/sendgrid/sendgrid-python/issues/155)
9+
410
## [1.5.18] - 2015-11-17 ##
511

612
### Fixed ###

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

0 commit comments

Comments
 (0)