Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiFag committed Apr 21, 2020
1 parent b924e9b commit 6910a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project = u'Manuale - CDU Creator Plugin - QGIS'
now = datetime.datetime.now()
copyright = now.year + ', Gter srl'
copyright = u'{}, Gter srl'.format(now.year)
author = u'Gter srl'

# The short X.Y version
Expand Down

0 comments on commit 6910a2c

Please sign in to comment.