Skip to content

Commit 365c968

Browse files
Version Bump 1.1.1
1 parent ee2bf36 commit 365c968

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.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+
59
## [1.1.0] - 2016-02-25
610
### Fixed
711
- Config paths

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.1.0'
12+
version = '1.1.1'
1313
setup(
1414
name='python_http_client',
1515
version=version,

0 commit comments

Comments
 (0)