diff --git a/README.rst b/README.rst index c37f13f..7d71e48 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Check for full (read: slightly better) documentation `here `__. All public methods as -of 10/29/2022 are supported in full. +of 5/20/2023 are supported in full. RiotWatcher by default supports a naive rate limiter. This rate limiter will try to stop you from making too many requests, and in a single threaded test diff --git a/docs/index.rst b/docs/index.rst index e968f35..63e45e7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ Welcome to RiotWatcher's documentation! RiotWatcher is a thin wrapper on top of the `Riot Games API for League of Legends `__. All public methods as -of 10/29/2022 are supported in full. +of 5/20/2023 are supported in full. RiotWatcher by default supports a naive rate limiter. This rate limiter will try to stop you from making too many requests, and in a single threaded test diff --git a/src/riotwatcher/__version__.py b/src/riotwatcher/__version__.py index 282df91..ea9f53e 100644 --- a/src/riotwatcher/__version__.py +++ b/src/riotwatcher/__version__.py @@ -1,3 +1,3 @@ -__version__ = "3.2.4" +__version__ = "3.2.5" __author__ = "pseudonym117" __title__ = "RiotWatcher"