Skip to content

Commit e6163b1

Browse files
committed
Update copyright year
1 parent d10cd30 commit e6163b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from __future__ import annotations
22

3+
import datetime as dt
34
import importlib.metadata
45
from typing import Any
56

67
project = "nsidc-iceflow"
7-
copyright = "2024, NSIDC"
8+
copyright = f"{dt.date.today().year}, NSIDC"
89
author = "NSIDC"
910
version = release = importlib.metadata.version("nsidc-iceflow")
1011

0 commit comments

Comments
 (0)