Skip to content

Commit 4a1e162

Browse files
authored
Merge pull request #299 from EasyPost/v8.2.0
chore: prepare v8.2.0 for release
2 parents 12fb767 + 8b10931 commit 4a1e162

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## v8.2.0 (2023-10-11)
4+
35
- Add dedicated API Key-related service, available via the `api_keys` property of a client
46
- NOTE: Please note the naming. The `api_key` property of a client is the currently-used API key string, while the `api_keys` property is the service for managing API keys.
57
- Migrated API Key-related functionality to `api_keys` service, deprecated old methods in `user` service

easypost/constant.py

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

66
# Client defaults

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name="easypost",
35-
version="8.1.1",
35+
version="8.2.0",
3636
description="EasyPost Shipping API Client Library for Python",
3737
author="EasyPost",
3838
author_email="[email protected]",

0 commit comments

Comments
 (0)