Skip to content

Commit ace8a36

Browse files
committed
chore: render current year in docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 37ded16 commit ace8a36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414

1515
# -- Project information -----------------------------------------------------
1616

17+
18+
from datetime import date
19+
1720
project = 'CycloneDX Python Library'
18-
copyright = '2022, Copyright (c) OWASP Foundation'
21+
copyright = f'{date.today().strftime("%Y")}, Copyright (c) OWASP Foundation'
1922
author = 'Paul Horton, Jan Kowalleck, Steve Springett, Patrick Dwyer'
2023

2124
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)