Skip to content

Commit 66053b5

Browse files
authored
chore: prep v10.5.0 for release (#385)
# Description <!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. --> # Testing <!-- Please provide details on how you tested this code. See below. - All pull requests must be tested (unit tests where possible with accompanying cassettes, or provide a screenshot of end-to-end testing when unit tests are not possible) - New features must get a new unit test - Bug fixes/refactors must re-record existing cassettes --> # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
1 parent 7757ca1 commit 66053b5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## v10.5.0 (2026-02-20)
4+
5+
- Adds the following functions:
6+
- `fedex_registration.register_address`
7+
- `fedex_registration.request_pin`
8+
- `fedex_registration.validate_pin`
9+
- `fedex_registration.submit_invoice`
10+
311
## v10.4.0 (2026-02-03)
412

513
- Adds the following functions usable by child and referral customer users:

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.4.0"
3+
VERSION = "10.5.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.4.0"
8+
version = "10.5.0"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)