Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 9, 2017
1 parent c5b5c76 commit f024362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
output_bytes = subprocess.check_output(dist_info_cmd, cwd=root)
project, version, url, author = output_bytes.decode('utf-8').strip().split('\n')

origin_date = datetime.date(2017,1,1)
origin_date = datetime.date(2005,1,1)
today = datetime.date.today()

copyright = '{origin_date.year}-{today.year} {author}'.format(**locals())
Expand Down

0 comments on commit f024362

Please sign in to comment.