We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f231ebd commit b73c44eCopy full SHA for b73c44e
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v10.6.0 (2026-02-25)
4
+
5
+- Adds generic `make_api_call` function
6
7
## v10.5.1 (2026-02-24)
8
9
- Corrects the return type of `carrier_account.all()` (closes #386)
easypost/constant.py
@@ -1,6 +1,6 @@
# flake8: noqa
# Library version
-VERSION = "10.5.1"
+VERSION = "10.6.0"
VERSION_INFO = [str(number) for number in VERSION.split(".")]
# Client defaults
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "easypost"
description = "EasyPost Shipping API Client Library for Python"
-version = "10.5.1"
+version = "10.6.0"
readme = "README.md"
10
requires-python = ">=3.9"
11
license = { file = "LICENSE" }
0 commit comments