Skip to content

Commit

Permalink
v1.5.1 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsforbes authored Aug 28, 2024
1 parent 12f5517 commit 2e68f50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
- `Contributor` (notes on updates to the project)

# Version History
## v1.5.1
Date: 2024.08.27

### Fixed
* Fix BoxScoreTraditionalV3 API Bug(some game stats starters and bench is None, cause 'NoneType' object has no attribute 'values') by @XatMassacrE in https://github.com/swar/nba_api/pull/458

### Changed
* Bump idna from 3.4 to 3.7 by @dependabot in https://github.com/swar/nba_api/pull/438
* Bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/swar/nba_api/pull/443
* Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in https://github.com/swar/nba_api/pull/454
* updated static players file by @rsforbes in https://github.com/swar/nba_api/pull/460

### Security
* updated requests to use version ^2.32.2 by @rsforbes in https://github.com/swar/nba_api/pull/459

**Full Changelog**: https://github.com/swar/nba_api/compare/v1.5.0...v1.5.1

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

0 comments on commit 2e68f50

Please sign in to comment.