diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b9286..c8db6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Backwards compatibility is not guaranteed in versions <1.0.0. +## v2.0.2 +* [fix zone_rankings giving up on exception (#1)](https://github.com/halworsen/fflogsapi/commit/b428f992f623d2a313da078409a3f1d9960afe3a) + ## v2.0.1 * Stricter pinning of dependencies * urllib3 has been pinned to ~=1.26.14 to prevent breaking interop between requests >=2.29.0 and urllib3 >=2.0.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index efbde92..2581b68 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,8 +14,8 @@ project = 'fflogsapi' copyright = '2023, Markus Wang Halvorsen' author = 'Markus Wang Halvorsen' -release = '2.0.1' -version = '2.0.1' +release = '2.0.2' +version = '2.0.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 528dfc3..69315fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'fflogsapi' -version = '2.0.1' +version = '2.0.2' description = 'Python client for the FF Logs v2 API' readme = 'README.md' authors = [