-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for release of 2.0.0.dev123 (#1863)
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b5e3d3e
commit 3985f35
Showing
10 changed files
with
25 additions
and
10 deletions.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
__copyright__: typing.Final[str] = "2021-present, davfsa" | ||
__coverage__: typing.Final[str] = "https://codeclimate.com/github/hikari-py/hikari" | ||
__discord_invite__: typing.Final[str] = "https://discord.gg/Jx4cNGG" | ||
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/master" | ||
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/2.0.0.dev123" | ||
__email__: typing.Final[str] = "[email protected]" | ||
__issue_tracker__: typing.Final[str] = "https://github.com/hikari-py/hikari/issues" | ||
__license__: typing.Final[str] = "MIT" | ||
|