Skip to content

Commit

Permalink
Add June 2023 data
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Aug 14, 2023
1 parent e270648 commit a85963a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/projections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/housing_data/build_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

1 comment on commit a85963a

@vercel
Copy link

@vercel vercel bot commented on a85963a Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.