Skip to content

Commit 602b913

Browse files
committed
Bump version to 3.12.0
1 parent 6b0ec4d commit 602b913

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
Find out all changes between different kloppy versions
55

6+
## 3.12.0 (2023-07-30)
7+
8+
Pull requests merged:
9+
10+
- Add ClearanceEvent by ([#195](https://github.com/PySport/kloppy/pull/195))
11+
- Fixed foot left/right typo in shot parsing for WyScout v3 ([#197](https://github.com/PySport/kloppy/pull/197))
12+
- Improvements to Opta and Wyscout deserializers ([#198](https://github.com/PySport/kloppy/pull/198))
13+
- Fix issue with automated tests on macos ([#199](https://github.com/PySport/kloppy/pull/199))
14+
- Add speed parsing for SecondSpectrum ([#201](https://github.com/PySport/kloppy/pull/201))
15+
- Add DuelEvent ([#204](https://github.com/PySport/kloppy/pull/204))
16+
- Feature/sportec tracking ([#208](https://github.com/PySport/kloppy/pull/208))
17+
618
## 3.11.0 (2023-06-05)
719

820
Pull requests merged:

kloppy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# )
1414
# from .domain.services.state_builder import add_state
1515

16-
__version__ = "3.11.0"
16+
__version__ = "3.12.0"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: kloppy 3.11.0
1+
site_name: kloppy 3.12.0
22
site_url: https://kloppy.pysport.org
33
repo_url: https://github.com/PySport/kloppy
44
repo_name: 'GitHub'

0 commit comments

Comments
 (0)