From 6a03ee986561b8585d28863064d33a9d4b85ec50 Mon Sep 17 00:00:00 2001 From: "Randall \"Randy\" Forbes" Date: Sat, 29 Jun 2024 16:15:47 -0400 Subject: [PATCH] v1.5.0 (#452) --- .devcontainer/postCreateCommand.sh | 1 - CHANGELOG.MD | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh index 7038b7ab..34370467 100644 --- a/.devcontainer/postCreateCommand.sh +++ b/.devcontainer/postCreateCommand.sh @@ -1,6 +1,5 @@ pip install --upgrade pip poetry install - # Activate poetry environment source $(poetry env info --path)/bin/activate diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 13d02173..0bcfb254 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 77ac48a0..ffc15831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [