Skip to content

Commit

Permalink
bump version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudonym117 committed Oct 30, 2022
1 parent 0e0c019 commit f4ea6e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
RiotWatcher
===========

|pypi| |docs| |coverage| |lgmt| |black|
|pypi| |docs| |coverage| |black|

Check for full (read: slightly better) documentation `here <http://riot-watcher.readthedocs.io/en/latest/>`__!

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 6/28/2022 are supported in full.
of 10/29/2022 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,7 +165,16 @@ Rate limiter has some race conditions when used concurrently.

Changelog
---------
v3.2.4 - 10/29/2022
~~~~~~~~~~~~~~~~~~~
Add ``start`` parameter to TFT match API

Correct remapping for SEA region

Add python 3.11 support to CI/CD

v3.2.3 - 6/28/2022
~~~~~~~~~~~~~~~~~~
Added support for LoL Challenges API

v3.2.2 - 4/25/2022
Expand Down Expand Up @@ -566,10 +575,6 @@ registered trademarks ofRiot Games, Inc.
:target: https://codecov.io/gh/pseudonym117/Riot-Watcher
:alt: Test coverage

.. |lgmt| image:: https://img.shields.io/lgtm/grade/python/g/pseudonym117/Riot-Watcher.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/pseudonym117/Riot-Watcher/context:python
:alt: Code quality

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: Code style
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://developer.riotgames.com/>`__. All public methods as
of 6/28/2022 are supported in full.
of 10/29/2022 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
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.3"
__version__ = "3.2.4"
__author__ = "pseudonym117"
__title__ = "RiotWatcher"

0 comments on commit f4ea6e0

Please sign in to comment.