Skip to content

Commit 27c100e

Browse files
authored
Merge pull request #71 from PurplShip/prepare-release-2020.7.0
update doc for release
2 parents 1de4062 + 806c564 commit 27c100e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Table of content
7474
- [Packaging Types](#packaging-types)
7575
- [Package Presets](#package-presets)
7676
- [Services](#Services)
77-
- [Create a dependencies file requirements.txt with the content below](#create-a-dependencies-file-requirementstxt-with-the-content-below)
7877

7978

8079
### Installation
@@ -88,11 +87,11 @@ This instruction will get you started with `purplship.package` and the support f
8887
-f https://git.io/purplship
8988
9089
# core packages
91-
purplship==2020.6.1
92-
purplship.package==2020.6.1
90+
purplship==2020.7.0
91+
purplship.package==2020.7.0
9392
9493
# carriers
95-
purplship.canadapost==2020.6.1
94+
purplship.canadapost==2020.7.0
9695
```
9796

9897
<details>
@@ -101,10 +100,10 @@ purplship.canadapost==2020.6.1
101100
You can add additional carriers you desire to work with
102101

103102
```text
104-
purplship.dhl==2020.6.1
105-
purplship.fedex==2020.6.1
106-
purplship.purolator==2020.6.1
107-
purplship.ups==2020.6.1
103+
purplship.dhl==2020.7.0
104+
purplship.fedex==2020.7.0
105+
purplship.purolator==2020.7.0
106+
purplship.ups==2020.7.0
108107
```
109108

110109
</details>
@@ -652,7 +651,7 @@ rates = request.from_(carrier).parse()
652651
| `base_charge` | `float` |
653652
| `total_charge` | `float` |
654653
| `duties_and_taxes` | `float` |
655-
| `estimated_delivery` | `str` |
654+
| `transit_days` | `int` |
656655
| `extra_charges` | List[[ChargeDetails](#ChargeDetails)] |
657656
| `id` | `str` |
658657

0 commit comments

Comments
 (0)