From 1809241ee139d222251f683b3070b8f283ee2cf8 Mon Sep 17 00:00:00 2001 From: Koen Vossen Date: Tue, 22 Nov 2022 20:09:44 +0100 Subject: [PATCH] Bump version to 3.6.1 --- docs/changelog.md | 6 ++++++ kloppy/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 67e4bdc0..749dd569 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,12 @@ Find out all changes between different kloppy versions +## 3.6.1 (2022-11-22) + +Pull requests merged: + +- Fixing load empty values from metrica epts loader ([#163](https://github.com/PySport/kloppy/pull/163)) + ## 3.6.0 (2022-10-14) Pull requests merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index 5a7c7179..41aa0684 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ # ) # from .domain.services.state_builder import add_state -__version__ = "3.6.0" +__version__ = "3.6.1"