Skip to content

Commit b73c44e

Browse files
committed
chore: bump version
1 parent f231ebd commit b73c44e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

easypost/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
# Library version
3-
VERSION = "10.5.1"
3+
VERSION = "10.6.0"
44
VERSION_INFO = [str(number) for number in VERSION.split(".")]
55

66
# Client defaults

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "easypost"
77
description = "EasyPost Shipping API Client Library for Python"
8-
version = "10.5.1"
8+
version = "10.6.0"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)