File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
* Bump minimum Flask version to 3.1.1
14
14
15
+ ## 99.7.0
16
+
17
+ * Update economy letter transit dates to max 8 days
18
+
15
19
## 99.5.0
16
20
17
21
* Update economy letter transit date to 5 days
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def get_min_and_max_days_in_transit(postage):
109
109
# day, so effectively spends no full days in transit
110
110
Postage .FIRST : (0 , 0 ),
111
111
Postage .SECOND : (1 , 2 ),
112
- Postage .ECONOMY : (2 , 5 ),
112
+ Postage .ECONOMY : (2 , 8 ),
113
113
Postage .EUROPE : (3 , 5 ),
114
114
Postage .REST_OF_WORLD : (5 , 7 ),
115
115
}[postage ]
Original file line number Diff line number Diff line change 5
5
# - `make version-minor` for new features
6
6
# - `make version-patch` for bug fixes
7
7
8
- __version__ = "99.6 .0" # 1f7738ff685ca1c60ba5172f9d88b628
8
+ __version__ = "99.7 .0" # 9d83e45af263673302c720b7f57ce01b
You can’t perform that action at this time.
0 commit comments