Skip to content

Commit c06aedf

Browse files
committed
fixed package version
1 parent b72ba6a commit c06aedf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
- N/A
88

9-
## [2.6.5]
9+
## [2.6.0]
1010

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

244244
### Initial Release
245245

246-
[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.6.5...HEAD
247-
[2.6.5]: https://github.com/joeyagreco/leeger/releases/tag/v2.6.5
246+
[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.6.0...HEAD
247+
[2.6.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.6.0
248248
[2.5.5]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.5
249249
[2.5.4]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.4
250250
[2.5.3]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.3

leeger/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.6.5"
1+
__version__ = "2.6.0"
22

33
# minimum supported Python version
44
__version_minimum_python__ = "3.10"

0 commit comments

Comments
 (0)