From 0cc524cd03371c501a10891e5847ee2f7d8d98f0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 6 Oct 2022 19:25:26 +0000 Subject: [PATCH] 0.4.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dadb81..477e5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.4 (2022-10-06) +### Fix +* Add additional edge-cases for player id ([`4a7c1ec`](https://github.com/thecodeforest/fantasyfootball/commit/4a7c1ecb1275c43bfb2a0ce3309a27b601a82faa)) + ## v0.4.3 (2022-10-05) ### Documentation * Update readme with new fields ([`e227f05`](https://github.com/thecodeforest/fantasyfootball/commit/e227f053f330cce30a4f7260cb5fc637ed24e57c)) diff --git a/pyproject.toml b/pyproject.toml index 3185af6..2609997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fantasyfootball" -version = "0.4.3" +version = "0.4.4" description = "A package for Fantasy Football data and analysis" authors = ["Mark LeBoeuf"] license = "MIT"