diff --git a/CHANGES.txt b/CHANGES.txt index f71a7cb1..0db2482b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,4 +19,6 @@ v0.5.1, 2020-06-13 -- Add stats in json/text format to kloppy-query Add show-events to kloppy-query to print all events in the matches Change kloppy-query to make it possible to run without an output file v0.5.2, 2020-06-13 -- Fix Transformer when ball position is not set (@benoitblanc) - Fix for working with periods in EPTS Serializer (@bdagnino) \ No newline at end of file + Fix for working with periods in EPTS Serializer (@bdagnino) +v0.5.3, 2020-06-16 -- Add code formatting and contributing guide (@dmallory42) + Add support for python 3.6 \ No newline at end of file diff --git a/setup.py b/setup.py index c15ab540..0b19a788 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="kloppy", - version="0.5.2", + version="0.5.3", author="Koen Vossen", author_email="info@koenvossen.nl", url="https://github.com/PySport/kloppy",