Skip to content

Commit

Permalink
Merge pull request #497 from rsforbes:release
Browse files Browse the repository at this point in the history
Release v1.7.0
  • Loading branch information
rsforbes authored Jan 11, 2025
2 parents ba69540 + af836f7 commit 7601817
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.6.1"
version = "1.7"
description = "An API Client package to access the APIs for NBA.com"
license = "MIT"
authors = [
Expand Down

0 comments on commit 7601817

Please sign in to comment.