Skip to content

Commit

Permalink
version bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halworsen committed Feb 14, 2024
1 parent 8a0600b commit 0a5bd75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 0a5bd75

Please sign in to comment.