We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0c05e commit c116e2fCopy full SHA for c116e2f
2 files changed
lib/projections.tsx
@@ -17,7 +17,7 @@ const months = {
17
}
18
19
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
20
-const latestMonth: number = 8
+const latestMonth: number = 10
21
const glueWord = latestMonth == 2 ? "and" : "through"
22
const observedMonths =
23
latestMonth == 1
python/housing_data/build_data_utils.py
@@ -80,7 +80,7 @@ def get_numerical_columns(
80
CANADA_POPULATION_DIR = Path("data", "canada-population")
81
82
# Last year and month for which monthly BPS data is available (and is cloned to housing-data-data).
83
-LATEST_MONTH = (2025, 8)
+LATEST_MONTH = (2025, 10)
84
LAST_YEAR_ANNUAL_DATA_RELEASED = True
85
86
0 commit comments