Skip to content

Commit c116e2f

Browse files
committed
Add October 2025 data
1 parent ca0c05e commit c116e2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 8
20+
const latestMonth: number = 10
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, 8)
83+
LATEST_MONTH = (2025, 10)
8484
LAST_YEAR_ANNUAL_DATA_RELEASED = True
8585

8686

0 commit comments

Comments
 (0)