Skip to content

Commit c245c1a

Browse files
committed
Update copyright year in the docs
1 parent 761720b commit c245c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# General information about the project.
4444
project = "Cookiecutter Django"
45-
copyright = "2013-2018, Daniel Roy Greenfeld".format(now.year)
45+
copyright = "2013-{}, Daniel Roy Greenfeld".format(now.year)
4646

4747
# The version info for the project you're documenting, acts as replacement for
4848
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)