We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577b5d5 commit a1b0ac2Copy full SHA for a1b0ac2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 5.1.1 2021-05-18
2
+
3
+* fix: stops appending smartrates to Shipment object
4
5
### 5.1.0 2021-05-14
6
7
* Adds `SmartRate` functionality to the `Shipments` object (available by calling `get_smartrates()` on a shipment)
setup.py
@@ -1,6 +1,7 @@
import io
import sys
try:
from setuptools import setup
except ImportError:
@@ -23,7 +24,7 @@
23
24
25
setup(
26
name='easypost',
- version='5.1.0',
27
+ version='5.1.1',
28
description='EasyPost Shipping API Client Library for Python',
29
author='EasyPost',
30
author_email='[email protected]',
0 commit comments