Skip to content

Commit 2c0374c

Browse files
committed
fix
1 parent 6eb2226 commit 2c0374c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
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.5.2]
9+
## [2.5.3]
1010

1111
- Fixed fatal bug where League Loaders could not run
1212
- Added warning log for unused Owner names for all League Loaders
@@ -229,8 +229,8 @@ All notable changes to this project will be documented in this file.
229229

230230
### Initial Release
231231

232-
[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.5.2...HEAD
233-
[2.5.2]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.2
232+
[Unreleased]: https://github.com/joeyagreco/leeger/compare/v2.5.3...HEAD
233+
[2.5.3]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.3
234234
[2.5.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.5.0
235235
[2.4.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.4.0
236236
[2.3.0]: https://github.com/joeyagreco/leeger/releases/tag/v2.3.0

leeger/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.5.2"
1+
__version__ = "2.5.3"
22

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
url="https://github.com/joeyagreco/leeger",
2626
packages=setuptools.find_packages(exclude=("test", "doc", "example", "img", ".github")),
2727
install_requires=required_packages,
28+
include_package_data=True,
2829
python_requires=f">={minimum_python_version_required}",
2930
keywords="nfl statistics stats football espn yahoo sleeper myfantasyleague, fleaflicker",
3031
)

0 commit comments

Comments
 (0)