Skip to content

Commit

Permalink
v1.1.2 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Apr 16, 2019
1 parent 336d01f commit f198065
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions docs/version_log.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# `v1.1.2`
#### `2019-04-15`
`stats.nba.com`
* Updating PlayByPlay Regex. [#59](https://github.com/swar/nba_api/pull/59)
* Adding endpoints [#60](https://github.com/swar/nba_api/pull/60)
* SynergyPlayTypes

# `v1.1.1`
#### `2019-04-07`
`stats.nba.com`
* Adding proxy, header, and timeout support for every request. [#49] [Example](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/examples.md)
* Fixing auto-complete tabs for IDEs on endpoints. [#45]
* Adding proxy, header, and timeout support for every request. [#49](https://github.com/swar/nba_api/issues/49)
* [Example](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/examples.md)
* Fixing auto-complete tabs for IDEs on endpoints. [#45](https://github.com/swar/nba_api/pull/45)
* Laid out foundation for future url generation without requesting.
* Adding endpoints [#54]
* Adding endpoints [#54](https://github.com/swar/nba_api/issues/54)
* AssistLeaders
* AssistTracker
* BoxScoreDefensive
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.1",
version="1.1.2",
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 f198065

Please sign in to comment.