Skip to content

Commit

Permalink
Update changelog + bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvossen committed Oct 31, 2021
1 parent fc77697 commit 43be79d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Find out all changes between different kloppy versions


## 2.2.0 (2021-10-31)

Pull request merged:

- Second Spectrum deserializer ([#106](https://github.com/PySport/kloppy/pull/106))
- Datafactory event deserializer ([#108](https://github.com/PySport/kloppy/pull/108))
- Add distance and speed to frames as well as extra data when available ([#109](https://github.com/PySport/kloppy/pull/109))
- Documentation updates ([#110](https://github.com/PySport/kloppy/pull/110), [#111](https://github.com/PySport/kloppy/pull/111))

## 2.1.0 (2021-08-22)

Pull request 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__ = "2.1.0"
__version__ = "2.2.0"

0 comments on commit 43be79d

Please sign in to comment.