Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for NHL leagues #50

Merged
merged 2 commits into from
Dec 20, 2022

Conversation

SwapnilShahGit
Copy link
Contributor

@SwapnilShahGit SwapnilShahGit commented Dec 20, 2022

Tested this locally and was able to get information about my NHL league

Copy link
Owner

@mattdodge mattdodge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this together, it looks great! You can remove the version upgrade, you can also add NHL support to the README.md if you want.

@@ -7,4 +7,5 @@
from .resources.week import Week # noqa: F401
from .stats.stat import Stat # noqa: F401

__version__ = "1.3.1"
__version__ = "1.3.2"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this version bump from this PR. I will run the version upgrade manually after it's merged. It would be a minor release (1.4.0) vs a patch release (1.3.2) anyway, since this is all new functionality

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made these changes, also made some more in the README now that all of the sports are supported 🥳

@SwapnilShahGit SwapnilShahGit force-pushed the feat/add_nhl_support branch 2 times, most recently from b428626 to d94e7cc Compare December 20, 2022 18:45
Copy link
Owner

@mattdodge mattdodge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🏒

@mattdodge mattdodge merged commit 251cfe6 into mattdodge:master Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants