Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
chore: bump to v5.1.0 for SmartRate
  • Loading branch information
Roguelazer authored May 14, 2021
2 parents 34bd13f + 6811a9d commit 0402070
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
### 5.1.0 2021-05-14

* Adds `SmartRate` functionality to the `Shipments` object (available by calling `get_smartrates()` on a shipment)

### 5.0.0 2020-08-10

* Add `all` method for retrieving Events
* _[backwards-compatibility break]_ Remove `all` method for some un-supported types: CustomsItem, CustomsInfo, Pickup, and Order

### 4.1.0 2020-05-11

* change tests to use [vcrpy](https://github.com/kevin1024/vcrpy) so they are more reliable
* add `original_exception` to `easypost.Error` in cases where we are re-raising an underlying error (e.g., an HTTP exception)
* fix a bunch of flake8 warnings
* [potentially-breaking] soft-deprecate Python 3.3 and 3.4. these have been dropped by most of the libraries we use, so probably don't work anyway.
* Swap GET to POST on Refund method

### 4.0.2 2020-05-05

* cleaned up how the `__version__` attribute is populated to no longer throw warnings (#95, #98, #104)
* added some misding reports
* fix stale tests
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys
import io
import sys

try:
from setuptools import setup
except ImportError:
Expand All @@ -22,7 +23,7 @@

setup(
name='easypost',
version='5.0.0',
version='5.1.0',
description='EasyPost Shipping API Client Library for Python',
author='EasyPost',
author_email='[email protected]',
Expand Down

0 comments on commit 0402070

Please sign in to comment.