Skip to content

Commit 680c7a5

Browse files
authored
Merge pull request #366 from EasyPost/v10.1.0
chore: prep v10.1.0 for release
2 parents a7e39c9 + b135a64 commit 680c7a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v10.1.0 (2025-06-18)
44

55
- Adds the following functions
66
- `shipment.create_and_buy_luma`

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.0.1"
3+
VERSION = "10.1.0"
44
VERSION_INFO = [str(number) for number in VERSION.split(".")]
55

66
# Client defaults

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="easypost",
30-
version="10.0.1",
30+
version="10.1.0",
3131
description="EasyPost Shipping API Client Library for Python",
3232
author="EasyPost",
3333
author_email="[email protected]",

0 commit comments

Comments
 (0)