diff --git a/lib/projections.tsx b/lib/projections.tsx index a5bb6cb..3ecfb1b 100644 --- a/lib/projections.tsx +++ b/lib/projections.tsx @@ -17,7 +17,7 @@ const months = { } // eslint-disable-next-line @typescript-eslint/no-inferrable-types -const latestMonth: number = 4 +const latestMonth: number = 6 const glueWord = latestMonth == 2 ? "and" : "through" const observedMonths = latestMonth == 1 diff --git a/python/housing_data/build_data_utils.py b/python/housing_data/build_data_utils.py index 0378cfd..fa8505c 100644 --- a/python/housing_data/build_data_utils.py +++ b/python/housing_data/build_data_utils.py @@ -80,7 +80,7 @@ def get_numerical_columns( CANADA_POPULATION_DIR = Path("data", "canada-population") # Last year and month for which monthly BPS data is available (and is cloned to housing-data-data). -LATEST_MONTH = (2023, 4) +LATEST_MONTH = (2023, 6) LAST_YEAR_ANNUAL_DATA_RELEASED = True