Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
bump: version 1.1.8 → 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 24, 2020
1 parent 4521f9c commit b1d8a81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
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 <jtpavlock@gmail.com>", "Eli Uriegas"]
Expand Down Expand Up @@ -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",
]
Expand Down

0 comments on commit b1d8a81

Please sign in to comment.