From af836f79d546d8a1da7807ff335eed93a7ef149e Mon Sep 17 00:00:00 2001 From: Randy Forbes Date: Sat, 11 Jan 2025 18:17:50 +0000 Subject: [PATCH] Release v1.7.0 --- CHANGELOG.MD | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 0515836..c9e367f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -16,6 +16,18 @@ - `Contributor` (notes on updates to the project) # Version History +## v1.7.0 +### Added +* Support for User Defined Session to API calls by @8W9aG in https://github.com/swar/nba_api/pull/486 +* Accent Neutral Search for Static Player Data by @mxufc29 in https://github.com/swar/nba_api/pull/488 + +### Changed +* Updated CI build by @rsforbes in https://github.com/swar/nba_api/pull/496 +* Updated Static Player Data. by @rsforbes in https://github.com/swar/nba_api/pull/495 + +### Fixed +* Updated PlayByPlay Regex File by @rsforbes in https://github.com/swar/nba_api/pull/494 + ## v1.6.1 Date: 2024.10.29 diff --git a/pyproject.toml b/pyproject.toml index 3d58e9a..98c9e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nba_api" -version = "1.6.1" +version = "1.7" description = "An API Client package to access the APIs for NBA.com" license = "MIT" authors = [