| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cabe536 commit 34bb2a3
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. | |||
| 3 | 3 | ||
| 4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/). | |
| 5 | 5 | ||
| 6 | + ## [3.0.0] - 2017-08-11 | ||
| 7 | + ### BREAKING CHANGE | ||
| 8 | + - 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. | ||
| 9 | + - This version replaces error handling via HTTPError from urllib in favor of custom error handling via the [HTTPError class](https://github.com/sendgrid/python-http-client/blob/master/python_http_client/exceptions.py). | ||
| 10 | + | ||
| 6 | 11 | ## [2.4.0] - 2017-07-03 | |
| 7 | 12 | ### Added | |
| 8 | 13 | - #19 Added support for slash. Created "to_dict" property in response object and exception class. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ def getRequires(): | |||
| 13 | 13 | return deps | |
| 14 | 14 | ||
| 15 | 15 | base_url = 'https://github.com/sendgrid/' | |
| 16 | - version = '2.4.0' | ||
| 16 | + version = '3.0.0' | ||
| 17 | 17 | setup( | |
| 18 | 18 | name='python_http_client', | |
| 19 | 19 | version=version, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments