Skip to content

Commit

Permalink
Update copyright year in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jul 31, 2019
1 parent ed06cf4 commit 77ab676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#
import os
import sys
import datetime
sys.path.insert(0, os.path.abspath('../'))

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -55,7 +56,7 @@

# General information about the project.
project = u'Thunor Core'
copyright = u'2018, Alex Lubbock'
copyright = u'2017-' + str(datetime.datetime.now().year) + u' Alex Lubbock'
author = u'Alex Lubbock'

import thunor, pkg_resources
Expand Down

0 comments on commit 77ab676

Please sign in to comment.