From e22e1d37516c255716b369a0ac3b366e70557507 Mon Sep 17 00:00:00 2001 From: Koen Vossen Date: Fri, 7 Aug 2020 16:31:43 +0200 Subject: [PATCH] Prepare for v1.1.0 --- docs/changelog.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1301be9a..a81e098e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,11 +2,14 @@ Find out all changes between different kloppy versions -## 1.1.0 (2020-09-XX To be released) +## 1.1.0 (2020-08-07) Github issues closed: + - Add provider to dataset ([#36](https://github.com/PySport/kloppy/issues/36)) +- Adding a data type type to the datasets ([#45](https://github.com/PySport/kloppy/issues/45)) Other pull requests merged: + - Add Metrics Json event serializer ([#44](https://github.com/PySport/kloppy/pull/44)) - Code formatting & typos in docs ([#39](https://github.com/PySport/kloppy/pull/39), [#40](https://github.com/PySport/kloppy/pull/40)) diff --git a/setup.py b/setup.py index 5a8e37dc..19496d79 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="kloppy", - version="1.0.0", + version="1.1.0", author="Koen Vossen", author_email="info@koenvossen.nl", url="https://kloppy.pysport.org/",