This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added better logging - A lot of code refactoring to reduce bugs and clean up logic - Updated library dependencies - setuptools (65.6.3 -> 65.7.0) - sentry-sdk (1.12.1 -> 1.13.0) - rich (13.0.0 -> 13.0.1) - requests (2.28.1 -> 2.28.2)
- Loading branch information
1 parent
b5428b5
commit 95b5809
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = "1.9.0" | ||
__version__ = "1.10.0a0" | ||
|
||
server_compat_version = "2.9.2" |