aboutsummaryrefslogtreecommitdiffstats
path: root/generate_html_cs.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-12-29 23:44:16 +0100
committerMatěj Cepl <mcepl@cepl.eu>2018-01-01 09:06:08 +0100
commite17ac90a2288cd68f39d12b2822802f6faefc470 (patch)
tree3ac1bd746e2f8055b29046cb5f2b4222d32a2886 /generate_html_cs.py
parent416606266573d5cb8e411e1ff352bf3606484eb3 (diff)
downloadhesla-e17ac90a2288cd68f39d12b2822802f6faefc470.tar.gz
Update to 2018
Diffstat (limited to 'generate_html_cs.py')
-rwxr-xr-xgenerate_html_cs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_html_cs.py b/generate_html_cs.py
index 6030c29..859f6b7 100755
--- a/generate_html_cs.py
+++ b/generate_html_cs.py
@@ -15,7 +15,7 @@ import lxml.etree as et
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
level=logging.INFO)
-cur_year = 2017
+cur_year = 2018
book_abbrs = {
"Gn": "Gen", "Ex": "Exod",