diff --git a/docs/changelog.md b/docs/changelog.md index fe3c9d56..7a31787b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,11 @@ Find out all changes between different kloppy versions +## 3.7.1 (2023-01-16) + +Pull requests merged: +- Refactor open_as_file to also accept Path inputs ([#165](https://github.com/PySport/kloppy/pull/165)) + ## 3.7.0 (2022-11-24) Pull requests merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index c04a010c..2a7fa586 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ # ) # from .domain.services.state_builder import add_state -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/mkdocs.yml b/mkdocs.yml index 204d9762..68599b6a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: kloppy 3.7.0 +site_name: kloppy 3.7.1 site_url: https://kloppy.pysport.org repo_url: https://github.com/PySport/kloppy repo_name: 'GitHub'