Skip to content

Commit 3d3db7e

Browse files
committedMar 25, 2025
fix(stats): show only completed games
1 parent c56ab7c commit 3d3db7e

File tree

287 files changed

+293
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+293
-293
lines changed
 

‎README.md

+2-2

‎cfbd/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
99
10-
The version of the OpenAPI document: 5.6.8
10+
The version of the OpenAPI document: 5.6.9
1111
Contact: admin@collegefootballdata.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "5.6.8"
18+
__version__ = "5.6.9"
1919

2020
# import apis into sdk package
2121
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi

0 commit comments

Comments
 (0)
Failed to load comments.