Skip to content

Commit

Permalink
Add copyrightLatestYear to Version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hefischer committed Dec 14, 2018
1 parent a27ed6d commit 7be8e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildVersion.py
Expand Up @@ -28,6 +28,7 @@
"'''\n"
"__version__ = '{1}.{2}' # number version of code base and date compiled\n"
"version = '{3}' # string version of date compiled\n"
"copyrightLatestYear = '{0}' # string version of year compiled\n"
).format(dateYr, arelleMajorVersion, dateDotYmd, dateDashYmdHmUtc)

with open("arelle/Version.py", "w") as fh:
Expand Down

0 comments on commit 7be8e4b

Please sign in to comment.