From a1ad90e273d44a3c5c5add6fc3eb5117b2fedec1 Mon Sep 17 00:00:00 2001 From: jg <57115019+joeyagreco@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:38:50 -0500 Subject: [PATCH] updated changelog and version bump --- CHANGELOG.md | 7 ++++++- leeger/_version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c123b7..196df53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## Unreleased +- N/A + +## [2.5.4] + - Fixed bug where Sleeper leagues without divisions would fail to load - Fixed bug where Yahoo leagues could not load league IDs for previous years @@ -230,7 +234,8 @@ All notable changes to this project will be documented in this file. ### Initial Release -[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.5.3...HEAD +[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.5.4...HEAD +[2.5.4]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.4 [2.5.3]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.3 [2.5.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.0 [2.4.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.4.0 diff --git a/leeger/_version.py b/leeger/_version.py index 4bcd7bb2..08ce67c5 100644 --- a/leeger/_version.py +++ b/leeger/_version.py @@ -1,4 +1,4 @@ -__version__ = "2.5.3" +__version__ = "2.5.4" # minimum supported Python version __version_minimum_python__ = "3.10"