From d823960335c296164da1ec6f148ecb2198f123ff Mon Sep 17 00:00:00 2001 From: swar Date: Sun, 28 Apr 2019 21:55:50 -0400 Subject: [PATCH] v1.1.4 commit --- README.md | 2 +- docs/version_log.md | 14 ++++++++++++++ setup.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7edec29..17d50536 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.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. diff --git a/docs/version_log.md b/docs/version_log.md index 80483b8d..864327fc 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -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` diff --git a/setup.py b/setup.py index af2d716f..9bbfed81 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.3", + version="1.1.4", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",