From 10bf58ebd6a4a2f543367551e710609e3255e74d Mon Sep 17 00:00:00 2001 From: pseudonym117 Date: Sat, 20 May 2023 17:11:20 -0500 Subject: [PATCH] Version bump (#229) Update version to 3.2.5 --- README.rst | 2 +- docs/index.rst | 2 +- src/riotwatcher/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"