Skip to content

Commit e04101b

Browse files
authored
Merge pull request #512 from rsforbes/release
Release v1.8.0 + Updated Player File
2 parents 009ae0d + 78b803f commit e04101b

File tree

3 files changed

+113
-67
lines changed

3 files changed

+113
-67
lines changed

CHANGELOG.MD

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
- `Contributor` (notes on updates to the project)
1717

1818
# Version History
19+
## v1.8.0
20+
### Added
21+
* Support for Python 3.13
22+
* Two New Endpoints (scheduleleaguev2 & scheduleleaguev2int) by @sreyemnayr in https://github.com/swar/nba_api/pull/499
23+
24+
### Changed
25+
* Updated Static Player Data by @rsforbes
26+
1927
## v1.7.0
2028
### Added
2129
* Support for User Defined Session to API calls by @8W9aG in https://github.com/swar/nba_api/pull/486

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nba_api"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "An API Client package to access the APIs for NBA.com"
55
requires-python = ">=3.9"
66
license = "MIT"

0 commit comments

Comments
 (0)