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 c9c1aec commit 42e8170Copy full SHA for 42e8170
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [1.0.2] - 2016-02-25
6
+### Fixed
7
+- Config paths
8
+
9
## [1.0.1] - 2016-02-25
10
### Fixed
11
- Imports
setup.py
@@ -9,7 +9,7 @@ def getRequires():
return deps
base_url = 'https://github.com/sendgrid/'
12
-version = '1.0.1'
+version = '1.0.2'
13
setup(
14
name='python_http_client',
15
version=version,
0 commit comments