Skip to content

Commit

Permalink
Adding v1.1.10 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Oct 31, 2021
1 parent 95e656b commit d676ab3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#### An API Client package to access the APIs for NBA.com

##### Development Version: v1.1.9
##### Development Version: v1.1.10

`nba_api` is an API Client for `www.nba.com`. This package is meant to make the API Endpoints more accessible and to provide extensive documentation.

Expand Down
13 changes: 13 additions & 0 deletions docs/version_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# `v1.1.10`
#### `2021-10-31`
`stats.nba.com`
- Added handling of multiple level column names [#212](https://github.com/swar/nba_api/pull/212)
- Finding team by championship years [#219](https://github.com/swar/nba_api/pull/219)
- Updated Static Player and Team Data [#225](https://github.com/swar/nba_api/pull/225)
- Added `previous_season` attribute for Season Parameter [#226](https://github.com/swar/nba_api/pull/226)

`Live NBA Stats`
- Randy added some Live NBA endpoints [#184](https://github.com/swar/nba_api/pull/184/files)

Endpoints were unable to be tested due to outdated analyzer.

# `v1.1.9`
#### `2020-08-18`
`stats.nba.com`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nba_api",
version="1.1.9",
version="1.1.10",
author="Swar Patel",
author_email="[email protected]",
description="An API Client package to access the APIs for NBA.com",
Expand Down

0 comments on commit d676ab3

Please sign in to comment.