Skip to content

Commit

Permalink
Merge pull request #31 from rcpch/mbarton/birth-date-text-tweak
Browse files Browse the repository at this point in the history
Minor tweak to birth date text
  • Loading branch information
mbarton authored Jun 19, 2024
2 parents 322cad9 + adbfee8 commit 0bd3c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.1
current_version = 4.0.2
tag = False
commit = True

Expand Down
2 changes: 1 addition & 1 deletion rcpchgrowth/date_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def chronological_calendar_age(birth_date: date, observation_date: date) -> str:
elif len(date_string) == 1:
return date_string[0]
elif birth_date == observation_date:
return "Birth date is today."
return "Birth date"
else:
return ""

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="rcpchgrowth",
version="4.0.1",
version="4.0.2",
description="SDS and Centile calculations for UK Growth Data",
long_description=long_description,
url="https://github.com/rcpch/digital-growth-charts/blob/master/README.md",
Expand Down

0 comments on commit 0bd3c7a

Please sign in to comment.