Skip to content

Commit

Permalink
updated changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Sep 13, 2023
1 parent 4ba679c commit a1ad90e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion leeger/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.5.3"
__version__ = "2.5.4"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit a1ad90e

Please sign in to comment.