Skip to content

Commit

Permalink
Prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvossen committed Aug 22, 2021
1 parent a7e1504 commit df22c9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Find out all changes between different kloppy versions


## 2.1.0 (2021-08-22)

Pull request merged:

- Add pass type qualifier for opta pass events ([#104](https://github.com/PySport/kloppy/pull/104))

## 2.0.0 (2021-08-11)

Pull request merged:
Expand Down
1 change: 1 addition & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ style#two-columns-ul + ul {
- [Matias Bordese](https://github.com/matiasb)
- [Pratik Thanki](https://github.com/pratikthanki)
- [Ricardo Tavares](https://github.com/rjtavares)
- [Thomas Seidl](https://github.com/ThomasSeidl)
- [Tim Keller](https://github.com/TK5-Tim)
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__ = "2.0.0"
__version__ = "2.1.0"
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 2.0.0
site_name: kloppy 2.1.0
site_url: https://kloppy.pysport.org
repo_url: https://github.com/PySport/kloppy
repo_name: 'GitHub'
Expand Down

0 comments on commit df22c9a

Please sign in to comment.