Skip to content

Commit

Permalink
v1.1.8 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Jan 27, 2020
1 parent 5c69e1a commit 7b1f40f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.7
##### Development Version: v1.1.8

`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
8 changes: 7 additions & 1 deletion docs/version_log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `v1.1.7`
# `v1.1.8`
#### `2020-01-27`
`stats.nba.com`
* Updating Headers for New Requirements [#126](https://github.com/swar/nba_api/pull/126)
Expand All @@ -10,6 +10,12 @@
`Tools`
* Added Parameter Overrides for Bad Parameter Analysis [#99](https://github.com/swar/nba_api/issues/99)


# `v1.1.7`
#### `2020-01-27`
##### SCRAPPED


# `v1.1.6`
#### `2020-01-27`
##### SCRAPPED
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.7",
version="1.1.8",
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 7b1f40f

Please sign in to comment.