Skip to content

Commit 42e8170

Browse files
Fixing config paths
1 parent c9c1aec commit 42e8170

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.2] - 2016-02-25
6+
### Fixed
7+
- Config paths
8+
59
## [1.0.1] - 2016-02-25
610
### Fixed
711
- Imports

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def getRequires():
99
return deps
1010

1111
base_url = 'https://github.com/sendgrid/'
12-
version = '1.0.1'
12+
version = '1.0.2'
1313
setup(
1414
name='python_http_client',
1515
version=version,

0 commit comments

Comments
 (0)