diff --git a/lib/projections.tsx b/lib/projections.tsx index 630230e..581a070 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 = 2 +const latestMonth: number = 3 const glueWord = latestMonth == 2 ? "and" : "through" const observedMonths = latestMonth == 1 diff --git a/lib/selects.tsx b/lib/selects.tsx index 820bbae..318f4a4 100644 --- a/lib/selects.tsx +++ b/lib/selects.tsx @@ -72,7 +72,7 @@ export function usePreferHcdDataInput(): { checked={preferHcdData} onChange={() => setPreferHcdData(!preferHcdData)} /> - Prefer California HCD data for 2018–2022† + Prefer California HCD data for 2018–2023† ) diff --git a/python/housing_data/build_data_utils.py b/python/housing_data/build_data_utils.py index 09c014e..ed325ce 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 = (2024, 2) +LATEST_MONTH = (2024, 3) LAST_YEAR_ANNUAL_DATA_RELEASED = False