Skip to content

Commit

Permalink
Merge pull request SocialFinanceDigitalLabs#234 from SocialFinanceDig…
Browse files Browse the repository at this point in the history
…italLabs/update_retention_period

update retention period
  • Loading branch information
MichaelHanksSF authored Jan 17, 2024
2 parents ac574a1 + 3023793 commit 457dc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liiatools/datasets/s903/s903_main_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# Get all the possible LA codes that could be used
with open(f"{COMMON_CONFIG_DIR}/LA-codes.yml") as las:
la_list = list(yaml.full_load(las)["data_codes"].values())
YEARS_TO_GO_BACK = 7
YEARS_TO_GO_BACK = 12
YEAR_START_MONTH = 1
REFERENCE_DATE = datetime.now()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "liiatools"
version = "0.1.5.3"
version = "0.2.0"
description = "Children's Services Data Tools - Utilities for cleaning and normalising CS data by Social Finance"
authors = [
"Michael Hanks <[email protected]>",
Expand Down

0 comments on commit 457dc01

Please sign in to comment.