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 ee2bf36 commit 365c968Copy full SHA for 365c968
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.1.2] - 2016-02-25
6
+### Updated
7
+- Tests no longer require a mock server [#5](https://github.com/sendgrid/python-http-client/pull/5)
8
+
9
## [1.1.0] - 2016-02-25
10
### Fixed
11
- Config paths
setup.py
@@ -9,7 +9,7 @@ def getRequires():
return deps
base_url = 'https://github.com/sendgrid/'
12
-version = '1.1.0'
+version = '1.1.1'
13
setup(
14
name='python_http_client',
15
version=version,
0 commit comments