Skip to content

Commit 6f2c217

Browse files
Version Bump v3.1.0: Hacktoberfest Updates
1 parent 8a15c76 commit 6f2c217

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.1.0] - 2018-05-23
7+
### Added
8+
- [Update register.py to use pypandoc](https://github.com/sendgrid/python-http-client/commit/6a3a63e2511b3df9c9ef23eebd5bcd80ad8821ae)
9+
- [PR #21](https://github.com/sendgrid/python-http-client/pull/21): Support timeout. Thanks [George Kussumoto](https://github.com/georgeyk)!
10+
- [PR #22](https://github.com/sendgrid/python-http-client/pull/22): Client can be pickled and unpickled. Thanks [Jussi Heikkilä](https://github.com/jussih)!
11+
- [PR #26](https://github.com/sendgrid/python-http-client/pull/26): Create CODE_OF_CONDUCT.md. Thanks [Fredrik Svensson](https://github.com/SvenssonWeb)!
12+
- [PR #30](https://github.com/sendgrid/python-http-client/pull/30): Create TROUBLESHOOTING.md. Thanks [Omer Ahmed Khan](https://github.com/OmerAhmedKhan)!
13+
- [PR #33](https://github.com/sendgrid/python-http-client/pull/33): Update README.md badges and license. Thanks [Alfred Gutierrez](https://github.com/alfg)!
14+
- [PR #34](https://github.com/sendgrid/python-http-client/pull/34): Update .md files for SEO. Thanks [Gustavo Siqueira](https://github.com/gugsrs)!
15+
- [PR #36](https://github.com/sendgrid/python-http-client/pull/36): Added more badges to README.md. Thanks [Shivam Agarwal](https://github.com/gr8shivam)!
16+
- [PR #41](https://github.com/sendgrid/python-http-client/pull/41): Added License link to README ToC. Thanks [Andrew Joshua Loria](https://github.com/ajloria)!
17+
- [PR #49](https://github.com/sendgrid/python-http-client/pull/49): Add USAGE.md. Thanks [Adelmo Junior](https://github.com/noblehelm)!
18+
- [PR #43](https://github.com/sendgrid/python-http-client/pull/43): Add PULL_REQUEST_TEMPLATE. Thanks [Aleksandr Sobolev](https://github.com/s0b0lev)!
19+
- [PR #50](https://github.com/sendgrid/python-http-client/pull/50): Add Docker files and update README. Thanks [Stanley Ndagi](https://github.com/NdagiStanley)!
20+
- [PR #69](https://github.com/sendgrid/python-http-client/pull/69): Simplify GitHub PR template. Thanks [Alex](https://github.com/pushkyn)!
21+
- [PR #61](https://github.com/sendgrid/python-http-client/pull/61): License date range UnitTest. Thanks [Anfernee Sodusta](https://github.com/dinosaurfiles)!
22+
- [PR #60](https://github.com/sendgrid/python-http-client/pull/60): Adds test for repo files. Thanks [Cheuk Yin Ng](https://github.com/cheukyin699)!
23+
- [PR #47](https://github.com/sendgrid/python-http-client/pull/47): Add .env_sample file. Thanks [Rod Xavier](https://github.com/rodxavier)!
24+
- [PR #66](https://github.com/sendgrid/python-http-client/pull/66): Update travis.yml to fail on Pep8 errors. Thanks [Stanley Ndagi](https://github.com/NdagiStanley)!
25+
- [PR #67](https://github.com/sendgrid/python-http-client/pull/67): Made python-http-client comply with autopep8. Thanks [Madhur Garg](https://github.com/Madhur96)!
26+
- [PR #81](https://github.com/sendgrid/python-http-client/pull/81): PEP8 updates. Thanks [~](https://github.com/delirious-lettuce)!
27+
- [PR #73](https://github.com/sendgrid/python-http-client/pull/73): Add CodeCov support to .travis.yml. Thanks [Senthil](https://github.com/senthilkumar-e)!
28+
- [PR #77](https://github.com/sendgrid/python-http-client/pull/77): Include code review in README.md. Thanks [Jared Scott](https://github.com/jlax47)!
29+
- [PR #87](https://github.com/sendgrid/python-http-client/pull/87): Add manifest that includes the license in sdist. Thanks [RohitK89](https://github.com/RohitK89)!
30+
31+
### Fixed
32+
- [PR #24](https://github.com/sendgrid/python-http-client/pull/24): Fix Typo in CONTRIBUTING.md. Thanks [Cícero Pablo](https://github.com/ciceropablo)!
33+
- [PR #23](https://github.com/sendgrid/python-http-client/pull/23): Fix Typo in README.md. Thanks [Cícero Pablo](https://github.com/ciceropablo)!
34+
- [PR #28](https://github.com/sendgrid/python-http-client/pull/28): Fix Travis CI Build. Thanks [Kevin Anderson](https://github.com/kevinanderson1)!
35+
- [PR #40](https://github.com/sendgrid/python-http-client/pull/40): Update contributing and readme - fix typo, ToC. Thanks [Alex](https://github.com/pushkyn)!
36+
- [PR #54](https://github.com/sendgrid/python-http-client/pull/54): Fix code style issues. Thanks [Stephen James](https://github.com/StephenOrJames)!
37+
- [PR #82](https://github.com/sendgrid/python-http-client/pull/82): PEP8 updates. Thanks [~](https://github.com/delirious-lettuce)!
38+
- [PR #83](https://github.com/sendgrid/python-http-client/pull/83): Fix Travis build errors. Thanks [~](https://github.com/delirious-lettuce)!
39+
- [PR #84](https://github.com/sendgrid/python-http-client/pull/84): Fix docstring variable name. Thanks [~](https://github.com/delirious-lettuce)!
40+
- Fix [Issue #86](https://github.com/sendgrid/python-http-client/issues/86): Error converting Response.to_dict.
41+
642
## [3.0.0] - 2017-08-11
743
### BREAKING CHANGE
844
- The breaking change actually happened in [version 2.3.0](https://github.com/sendgrid/python-http-client/releases/tag/v2.3.0), which I mistakenly applied a minor version bump.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_requires():
1616

1717

1818
base_url = 'https://github.com/sendgrid/'
19-
version = '3.0.0'
19+
version = '3.1.0'
2020
setup(
2121
name='python_http_client',
2222
version=version,

0 commit comments

Comments
 (0)