Skip to content

Commit cabe536

Browse files
Version Bump v2.4.0: #19 Added support for slash. Created to_dict property in response object and exception class.
1 parent bc6aa73 commit cabe536

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.4.0] - 2017-07-03
7+
### Added
8+
- #19 Added support for slash. Created "to_dict" property in response object and exception class.
9+
- Thanks [Lucas Cardoso](https://github.com/MrLucasCardoso)!
10+
611
## [2.3.0] - 2017-06-20
712
### Added
813
- #17 Added support for error handling

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def getRequires():
1313
return deps
1414

1515
base_url = 'https://github.com/sendgrid/'
16-
version = '2.3.0'
16+
version = '2.4.0'
1717
setup(
1818
name='python_http_client',
1919
version=version,

0 commit comments

Comments
 (0)