Skip to content

Commit ac001c4

Browse files
committed
Add July 2025 data
1 parent acb9d0d commit ac001c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/projections.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const months = {
1717
}
1818

1919
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
20-
const latestMonth: number = 5
20+
const latestMonth: number = 7
2121
const glueWord = latestMonth == 2 ? "and" : "through"
2222
const observedMonths =
2323
latestMonth == 1

python/housing_data/build_data_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_numerical_columns(
8080
CANADA_POPULATION_DIR = Path("data", "canada-population")
8181

8282
# Last year and month for which monthly BPS data is available (and is cloned to housing-data-data).
83-
LATEST_MONTH = (2025, 5)
83+
LATEST_MONTH = (2025, 7)
8484
LAST_YEAR_ANNUAL_DATA_RELEASED = True
8585

8686

0 commit comments

Comments
 (0)