From 562d2d4beb944b95444a9cf8aa9c7f6835f4fad7 Mon Sep 17 00:00:00 2001 From: pseudonym117 Date: Tue, 9 Apr 2024 03:11:57 -0500 Subject: [PATCH] bump version to 3.3.0 (#238) --- README.rst | 10 +++++++++- src/riotwatcher/__version__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7d71e48..f723342 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Check for full (read: slightly better) documentation `here `__. All public methods as -of 5/20/2023 are supported in full. +of 4/9/2024 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 @@ -165,6 +165,14 @@ Rate limiter has some race conditions when used concurrently. Changelog --------- +v3.3.0 - 4/9/2024 +~~~~~~~~~~~~~~~~~ +LoL Champion mastery endpoints updated to use puuid + +LoL spectator v4 replaced with v5 + +Remove support for python3.7; add supported for python3.12 + v3.2.4 - 10/29/2022 ~~~~~~~~~~~~~~~~~~~ Add ``start`` parameter to TFT match API diff --git a/src/riotwatcher/__version__.py b/src/riotwatcher/__version__.py index ea9f53e..1bbad5d 100644 --- a/src/riotwatcher/__version__.py +++ b/src/riotwatcher/__version__.py @@ -1,3 +1,3 @@ -__version__ = "3.2.5" +__version__ = "3.3.0" __author__ = "pseudonym117" __title__ = "RiotWatcher"