diff --git a/docs/changelog.md b/docs/changelog.md index 099aea3a..dec4c929 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,12 @@ Find out all changes between different kloppy versions +## 3.9.0 (2023-03-14) + +Pull requests merged: + +- WyScout V3 deserializer ([#170](https://github.com/PySport/kloppy/pull/170)) + ## 3.8.0 (2023-03-05) Pull requests merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index 39d1652c..7b822442 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ # ) # from .domain.services.state_builder import add_state -__version__ = "3.8.0" +__version__ = "3.9.0" diff --git a/mkdocs.yml b/mkdocs.yml index 72ac1cc6..14771903 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: kloppy 3.8.0 +site_name: kloppy 3.9.0 site_url: https://kloppy.pysport.org repo_url: https://github.com/PySport/kloppy repo_name: 'GitHub'