Skip to content

Commit

Permalink
fixed package version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Dec 5, 2023
1 parent b72ba6a commit c06aedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

- N/A

## [2.6.5]
## [2.6.0]

- Fixed bug where older Sleeper leagues would sometimes fail to load
- Updated package versions
Expand Down Expand Up @@ -243,8 +243,8 @@ All notable changes to this project will be documented in this file.

### Initial Release

[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.6.5...HEAD
[2.6.5]: https://github.com/joeyagreco/leeger/releases/tag/v2.6.5
[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.6.0...HEAD
[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
[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
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.5"
__version__ = "2.6.0"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit c06aedf

Please sign in to comment.