Skip to content

Commit e6164bd

Browse files
committed
docs: update copyright year on documentation
1 parent 4f4deb1 commit e6164bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_version():
3535
# -- Project information -----------------------------------------------------
3636

3737
project = 'ramsey/uuid'
38-
copyright = '2020, Ben Ramsey'
38+
copyright = '2012-{year}, Ben Ramsey'.format(year = datetime.date.today().strftime('%Y'))
3939
author = 'Ben Ramsey'
4040

4141
version = get_version().strip()

0 commit comments

Comments
 (0)