Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
release: 1.10.2
Browse files Browse the repository at this point in the history
- shippy now checks if it has been rate-limited for all requests, including login
- Updated library dependencies
  - sentry-sdk (1.15.0 -> 1.16.0)
- General code cleanup and refactor
  • Loading branch information
ericswpark committed Mar 4, 2023
1 parent 5c208ac commit 0550758
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog][keep-a-changelog].
# [Unreleased]


# [1.10.2] - 2023-03-04

## Changed
- shippy now checks if it has been rate-limited for all requests, including login
- Updated library dependencies
- sentry-sdk (1.15.0 -> 1.16.0)
- General code cleanup and refactor


# [1.10.1] - 2023-02-27

## Added
Expand Down
2 changes: 1 addition & 1 deletion shippy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.10.1"
__version__ = "1.10.2"

server_compat_version = "2.9.2"

0 comments on commit 0550758

Please sign in to comment.