Skip to content

Commit

Permalink
chore: render current year in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Oct 24, 2024
1 parent 37ded16 commit ace8a36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@

# -- Project information -----------------------------------------------------


from datetime import date

project = 'CycloneDX Python Library'
copyright = '2022, Copyright (c) OWASP Foundation'
copyright = f'{date.today().strftime("%Y")}, Copyright (c) OWASP Foundation'
author = 'Paul Horton, Jan Kowalleck, Steve Springett, Patrick Dwyer'

# The full version, including alpha/beta/rc tags
Expand Down

0 comments on commit ace8a36

Please sign in to comment.