From 799284632b558a93bb89f98233f34390c79d5823 Mon Sep 17 00:00:00 2001 From: swar Date: Sun, 21 Apr 2019 16:31:09 -0400 Subject: [PATCH] v1.1.3 commit --- README.md | 2 +- docs/version_log.md | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d1d1d9e..b7edec29 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ #### An API Client package to access the APIs for NBA.com -##### Development Version: v1.1.2 +##### Development Version: v1.1.3 `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. diff --git a/docs/version_log.md b/docs/version_log.md index d5219a7f..80483b8d 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,3 +1,10 @@ +# `v1.1.3` +#### `2019-04-21` +`stats.nba.com` +* Added PlayByPlay Regex for Ejections [#64](https://github.com/swar/nba_api/pull/64) +* Adding Active Status to Static Player List [#66](https://github.com/swar/nba_api/pull/66) +* Removing `tools` from the PyPi upload + # `v1.1.2` #### `2019-04-15` `stats.nba.com` diff --git a/setup.py b/setup.py index 42a53781..af2d716f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.2", + version="1.1.3", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",