Skip to content

Commit

Permalink
bump version to 3.3.0 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudonym117 authored Apr 9, 2024
1 parent a48f1fc commit 562d2d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Check for full (read: slightly better) documentation `here <http://riot-watcher.

RiotWatcher is a thin wrapper on top of the `Riot Games API for League
of Legends <https://developer.riotgames.com/>`__. 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/riotwatcher/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.2.5"
__version__ = "3.3.0"
__author__ = "pseudonym117"
__title__ = "RiotWatcher"

0 comments on commit 562d2d4

Please sign in to comment.