We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb9d0d commit ac001c4Copy full SHA for ac001c4
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 = 5
+const latestMonth: number = 7
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, 5)
+LATEST_MONTH = (2025, 7)
84
LAST_YEAR_ANNUAL_DATA_RELEASED = True
85
86
0 commit comments