Skip to content

Commit

Permalink
Release 1.4.1 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsforbes authored Nov 22, 2023
1 parent 40e25dc commit 5853b54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@

# Version History

## v1.4.1
### Changed
* Update documentation by @shufinskiy in https://github.com/swar/nba_api/pull/406

### Fixed
* boxscoremathups swapped places Def and Off columns names by @shufinskiy in https://github.com/swar/nba_api/pull/409

## v1.4.0
### Added
- In-Season Tournament Standings[ISTStandings](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/endpoints/iststandings.md). @shufinskiy #396
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nba_api"
version = "1.4.0"
version = "1.4.1"
description = "An API Client package to access the APIs for NBA.com"
license = "MIT"
authors = [
Expand Down

0 comments on commit 5853b54

Please sign in to comment.