File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 99.7.0
4
+
5
+ * Update economy letter transit dates to max 8 days
6
+
7
+
3
8
## 99.6.0
4
9
5
10
* Improve celery json logging. Include beat with separate log level options and testing.
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