diff --git a/docs/changelog.md b/docs/changelog.md index 5ad74fad..88853028 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,18 @@ Find out all changes between different kloppy versions +## 3.12.0 (2023-07-30) + +Pull requests merged: + +- Add ClearanceEvent by ([#195](https://github.com/PySport/kloppy/pull/195)) +- Fixed foot left/right typo in shot parsing for WyScout v3 ([#197](https://github.com/PySport/kloppy/pull/197)) +- Improvements to Opta and Wyscout deserializers ([#198](https://github.com/PySport/kloppy/pull/198)) +- Fix issue with automated tests on macos ([#199](https://github.com/PySport/kloppy/pull/199)) +- Add speed parsing for SecondSpectrum ([#201](https://github.com/PySport/kloppy/pull/201)) +- Add DuelEvent ([#204](https://github.com/PySport/kloppy/pull/204)) +- Feature/sportec tracking ([#208](https://github.com/PySport/kloppy/pull/208)) + ## 3.11.0 (2023-06-05) Pull requests merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index a3526d7a..ac39f047 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ # ) # from .domain.services.state_builder import add_state -__version__ = "3.11.0" +__version__ = "3.12.0" diff --git a/mkdocs.yml b/mkdocs.yml index 0f36f080..609978b4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: kloppy 3.11.0 +site_name: kloppy 3.12.0 site_url: https://kloppy.pysport.org repo_url: https://github.com/PySport/kloppy repo_name: 'GitHub'