Skip to content

Commit a1b0ac2

Browse files
author
Jonathan Tsai
committed
bump to v5.1.1 fix SmartRate response JSON format
1 parent 577b5d5 commit a1b0ac2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 5.1.1 2021-05-18
2+
3+
* fix: stops appending smartrates to Shipment object
4+
15
### 5.1.0 2021-05-14
26

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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import io
22
import sys
33

4+
45
try:
56
from setuptools import setup
67
except ImportError:
@@ -23,7 +24,7 @@
2324

2425
setup(
2526
name='easypost',
26-
version='5.1.0',
27+
version='5.1.1',
2728
description='EasyPost Shipping API Client Library for Python',
2829
author='EasyPost',
2930
author_email='[email protected]',

0 commit comments

Comments
 (0)