Skip to content

Commit

Permalink
version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Dec 25, 2024
1 parent f0ad705 commit ece3cbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
All notable changes to this project will be documented in this file.

## Unreleased
- N/A

## [2.7.0]
- Fixed bug in MyFantasyLeague League Loader where matchups could be missing
- Bumped espn_api version

## [2.6.1]

Expand Down Expand Up @@ -247,7 +250,8 @@ All notable changes to this project will be documented in this file.

### Initial Release

[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.6.1...HEAD
[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.7.0
[2.6.1]: https://github.com/joeyagreco/leeger/releases/tag/v2.6.1
[2.6.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.6.0
[2.5.5]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.5
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.6.1"
__version__ = "2.7.0"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit ece3cbe

Please sign in to comment.