Skip to content

Commit b7419bd

Browse files
authored
Merge pull request #3710 from bmwiedemann/date
Do not claim copyright for future years
2 parents f761425 + 2e344d4 commit b7419bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# General information about the project.
6666
project = u"pytest"
6767
year = datetime.datetime.utcnow().year
68-
copyright = u"2015–{} , holger krekel and pytest-dev team".format(year)
68+
copyright = u"2015–2018 , holger krekel and pytest-dev team"
6969

7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)