Skip to content

Commit

Permalink
Bump version to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Aug 26, 2022
1 parent 09da211 commit 86cb6a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Find out all changes between different kloppy versions

## 3.5.1 (2022-08-26)

Pull requests merged:

- When in browser, retrieve data as arraybuffer ([#152](https://github.com/PySport/kloppy/pull/152))

## 3.5.0 (2022-08-24)

Pull requests merged:
Expand Down
2 changes: 1 addition & 1 deletion kloppy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# )
# from .domain.services.state_builder import add_state

__version__ = "3.5.0"
__version__ = "3.5.1"
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: kloppy 3.5.0
site_name: kloppy 3.5.1
site_url: https://kloppy.pysport.org
repo_url: https://github.com/PySport/kloppy
repo_name: 'GitHub'
Expand Down

0 comments on commit 86cb6a1

Please sign in to comment.