From 5ee822b9bc1229c4db1d1efc51afde7718b4c143 Mon Sep 17 00:00:00 2001 From: Koen Vossen Date: Tue, 1 Sep 2020 15:27:18 +0200 Subject: [PATCH] Version 1.1.1 --- docs/changelog.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index dd0e43f1..3279c954 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ Find out all changes between different kloppy versions + +## 1.1.1 (2020-09-01) +Github issues closed +- to_pandas fails for Opta data when trying to read player_id ([#57](https://github.com/PySport/kloppy/issues/57) + +Other pull requests merged: +- Fix error in naming of inputs to metrica json serializer in helper ([#56](https://github.com/PySport/kloppy/pull/56)) + ## 1.1.0 (2020-08-07) Github issues closed: diff --git a/setup.py b/setup.py index 19496d79..159a3a36 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="kloppy", - version="1.1.0", + version="1.1.1", author="Koen Vossen", author_email="info@koenvossen.nl", url="https://kloppy.pysport.org/",