We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009ae0d + 78b803f commit e04101bCopy full SHA for e04101b
CHANGELOG.MD
@@ -16,6 +16,14 @@
16
- `Contributor` (notes on updates to the project)
17
18
# 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
27
## v1.7.0
28
### Added
29
* Support for User Defined Session to API calls by @8W9aG in https://github.com/swar/nba_api/pull/486
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nba_api"
3
-version = "1.7.0"
+version = "1.8.0"
4
description = "An API Client package to access the APIs for NBA.com"
5
requires-python = ">=3.9"
6
license = "MIT"
0 commit comments