diff --git a/docs/changelog.md b/docs/changelog.md index 0f9c5bc3..7f09f23e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ Find out all changes between different kloppy versions +## 3.5.1 (2022-08-26) + +Pull requests merged: + +- When in browser, retrieve data as arraybuffer ([#152](https://github.com/PySport/kloppy/pull/152)) + ## 3.5.0 (2022-08-24) Pull requests merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index 4b30aebf..0a637d51 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ # ) # from .domain.services.state_builder import add_state -__version__ = "3.5.0" +__version__ = "3.5.1" diff --git a/mkdocs.yml b/mkdocs.yml index 18433288..858e07a5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: kloppy 3.5.0 +site_name: kloppy 3.5.1 site_url: https://kloppy.pysport.org repo_url: https://github.com/PySport/kloppy repo_name: 'GitHub'