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

Commit b1d8a81

Browse files
committed
bump: version 1.1.8 → 1.1.9
1 parent 4521f9c commit b1d8a81

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.9 (2020-07-24)
2+
3+
### Refactor
4+
5+
- **api**: don't call api on initialization
6+
17
## v1.1.8 (2020-07-24)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbapy"
3-
version = "1.1.8"
3+
version = "1.1.9"
44
description = "Python client for NBA statistics from nba.com"
55
license = "BSD-3-Clause"
66
authors = ["Jacob Pavlock <jtpavlock@gmail.com>", "Eli Uriegas"]
@@ -28,7 +28,7 @@ requests_cache = "*"
2828

2929
[tool.commitizen]
3030
name = "cz_conventional_commits"
31-
version = "1.1.8"
31+
version = "1.1.9"
3232
version_files = [
3333
"pyproject.toml:^version",
3434
]

0 commit comments

Comments
 (0)