Skip to content

Commit

Permalink
v1.5.0 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsforbes authored Jun 29, 2024
1 parent 75c06d0 commit 6a03ee9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pip install --upgrade pip
poetry install

# Activate poetry environment
source $(poetry env info --path)/bin/activate

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@

# Version History

## v1.5.0
### Added
- Add WNBA static data. by @cosmicac in https://github.com/swar/nba_api/pull/444

### Changed
- All NBA player and team static data current as of 2023.11.09 #398

### Fixed
- Update ScoreBoard game_date property name to score_board_date by @brooklynbagel in https://github.com/swar/nba_api/pull/422
- Update README.md (fixed Slack links) by @rsforbes in https://github.com/swar/nba_api/pull/424
- Update GameIDs Pattern Documentation by @TylerChasse in https://github.com/swar/nba_api/pull/437
- Updated docs with example output data by @shufinskiy in https://github.com/swar/nba_api/pull/447

## v1.4.1
### Changed
* Update documentation by @shufinskiy in https://github.com/swar/nba_api/pull/406
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.1"
version = "1.5.0"
description = "An API Client package to access the APIs for NBA.com"
license = "MIT"
authors = [
Expand Down

0 comments on commit 6a03ee9

Please sign in to comment.