This repository was archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4521f9c
commit b1d8a81
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## v1.1.9 (2020-07-24) | ||
|
||
### Refactor | ||
|
||
- **api**: don't call api on initialization | ||
|
||
## v1.1.8 (2020-07-24) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nbapy" | ||
version = "1.1.8" | ||
version = "1.1.9" | ||
description = "Python client for NBA statistics from nba.com" | ||
license = "BSD-3-Clause" | ||
authors = ["Jacob Pavlock <[email protected]>", "Eli Uriegas"] | ||
|
@@ -28,7 +28,7 @@ requests_cache = "*" | |
|
||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "1.1.8" | ||
version = "1.1.9" | ||
version_files = [ | ||
"pyproject.toml:^version", | ||
] | ||
|