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 bc6aa73 commit cabe536Copy full SHA for cabe536
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
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
+
11
## [2.3.0] - 2017-06-20
12
### Added
13
- #17 Added support for error handling
setup.py
@@ -13,7 +13,7 @@ def getRequires():
return deps
14
15
base_url = 'https://github.com/sendgrid/'
16
-version = '2.3.0'
+version = '2.4.0'
17
setup(
18
name='python_http_client',
19
version=version,
0 commit comments