Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvossen committed Dec 3, 2021
1 parent afdda70 commit b99f2dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Find out all changes between different kloppy versions

## 2.3.0 (2021-12-03)

Pull request merged:

- Opta serializer improvements ([#119](https://github.com/PySport/kloppy/pull/119))

## 2.2.2 (2021-11-10)

- Don't break when wyscout doesn't include end position of shot/pass
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.2.2"
__version__ = "2.3.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 2.2.2
site_name: kloppy 2.3.0
site_url: https://kloppy.pysport.org
repo_url: https://github.com/PySport/kloppy
repo_name: 'GitHub'
Expand Down

0 comments on commit b99f2dd

Please sign in to comment.