diff --git a/docs/changelog.md b/docs/changelog.md index b509c2fb..0a3043b9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,15 +2,22 @@ Find out all changes between different kloppy versions -## 1.3.0 (2020-10-06) +## 1.4.0 (2020-11-19) +Pull requests merged: + +- Improve sequence definition based on latest added generic events ([#75](https://github.com/PySport/kloppy/pull/75)) +- refactor: improve code readability on kloppy-query cli s([#74](https://github.com/PySport/kloppy/pull/74)) +- refactor: single github workflow ([#73](https://github.com/PySport/kloppy/pull/73)) +- Sportec serializer ([#70](https://github.com/PySport/kloppy/pull/71)) + +## 1.3.0 (2020-10-06) Pull requests merged: - Add distance to point ([#63](https://github.com/PySport/kloppy/pull/63)) - Add additional event types and introduce qualifiers ([#70](https://github.com/PySport/kloppy/pull/70)) ## 1.2.1 (2020-09-22) - Bugfix: - Don't crash when TRACAB contains unknown team id diff --git a/setup.py b/setup.py index 045cfd0d..0e673a78 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="kloppy", - version="1.3.0", + version="1.4.0", author="Koen Vossen", author_email="info@koenvossen.nl", url="https://kloppy.pysport.org/",