Skip to content

Commit

Permalink
Bump version to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Jul 30, 2023
1 parent 6b0ec4d commit 602b913
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion kloppy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# )
# from .domain.services.state_builder import add_state

__version__ = "3.11.0"
__version__ = "3.12.0"
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 602b913

Please sign in to comment.