diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e5217b82..d41e4c72 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -16,6 +16,18 @@ # Version History +## v1.1.13 + +Date: 2022-10-16 + +### Fixed + +Fix team_index_championship_year [#286](https://github.com/swar/nba_api/pull/286) + +- add championship years to data-updater template +- re-add team_index_championship_year to static data +- add Bucks 2021 championship and GSW 2022 + ## v1.1.12 Date: 2022-10-11 diff --git a/pyproject.toml b/pyproject.toml index 2ad55b17..b2e82c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "nba_api" -version = "1.1.12" +version = "1.1.13" description = "An API Client package to access the APIs for NBA.com" readme = "README.md" requires-python = ">=3.7"