Skip to content

Commit

Permalink
v1.1.4 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Apr 29, 2019
1 parent acdd7a4 commit d823960
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

##### Development Version: v1.1.3
##### Development Version: v1.1.4

`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
14 changes: 14 additions & 0 deletions docs/version_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# `v1.1.4`
#### `2019-04-28`
`stats.nba.com`
* Updates to PlayByPlay Regex [#70](https://github.com/swar/nba_api/pull/70)

`Scripts`
* Added Script for Static Player Updater

`Tests`
* Updates to PlayByPlay Tests with Yesterday's Games [#70](https://github.com/swar/nba_api/pull/70)

`Tools`
* Added Static Player Data Updater Tool [#67](https://github.com/swar/nba_api/pull/67)

# `v1.1.3`
#### `2019-04-21`
`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.3",
version="1.1.4",
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 d823960

Please sign in to comment.