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 11# CHANGELOG
22
3+ ## v10.6.0 (2026-02-25)
4+
5+ - Adds generic ` make_api_call ` function
6+
37## v10.5.1 (2026-02-24)
48
59- Corrects the return type of ` carrier_account.all() ` (closes #386 )
Original file line number Diff line number Diff line change 11# flake8: noqa
22# Library version
3- VERSION = "10.5.1 "
3+ VERSION = "10.6.0 "
44VERSION_INFO = [str (number ) for number in VERSION .split ("." )]
55
66# Client defaults
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " easypost"
77description = " EasyPost Shipping API Client Library for Python"
8- version = " 10.5.1 "
8+ version = " 10.6.0 "
99readme = " README.md"
1010requires-python = " >=3.9"
1111license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments