Skip to content

Commit

Permalink
Merge pull request #299 from EasyPost/v8.2.0
Browse files Browse the repository at this point in the history
chore: prepare v8.2.0 for release
  • Loading branch information
Justintime50 committed Oct 11, 2023
2 parents 12fb767 + 8b10931 commit 4a1e162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## v8.2.0 (2023-10-11)

- Add dedicated API Key-related service, available via the `api_keys` property of a client
- 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.
- Migrated API Key-related functionality to `api_keys` service, deprecated old methods in `user` service
Expand Down
2 changes: 1 addition & 1 deletion easypost/constant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
# Library version
VERSION = "8.1.1"
VERSION = "8.2.0"
VERSION_INFO = [str(number) for number in VERSION.split(".")]

# Client defaults
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="easypost",
version="8.1.1",
version="8.2.0",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="support@easypost.com",
Expand Down

0 comments on commit 4a1e162

Please sign in to comment.