Bump version to 3.0.0rc3 (#2367)

Also updated some dependencies, including discord.py.

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine
2019-01-11 11:10:01 +11:00
committed by GitHub
parent 7973babe4b
commit 9752a9c719
6 changed files with 272 additions and 239 deletions

View File

@@ -148,5 +148,5 @@ class VersionInfo:
)
__version__ = "3.0.0rc2"
__version__ = "3.0.0rc3"
version_info = VersionInfo.from_str(__version__)

View File

@@ -145,7 +145,7 @@ class Command(CogCommandMixin, commands.Command):
@property
def parents(self) -> List["Group"]:
"""List[Group] : Returns all parent commands of this command.
"""List[commands.Group] : Returns all parent commands of this command.
This is sorted by the length of :attr:`.qualified_name` from highest to lowest.
If the command has no parents, this will be an empty list.