summaryrefslogtreecommitdiffstats
path: root/lps_gen.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-01-28 00:20:16 -0500
committerrsiddharth <rsd@gnu.org>2016-01-28 00:20:16 -0500
commit7ca74c9b9470b8773358f22b011136e5579237f6 (patch)
treecbf2d6e5329289e52cfadb6b0560c93c199f4f88 /lps_gen.py
parent052c53ae2748ac35bebee9c97b977116f10ac078 (diff)
changed 2016 template.
- "Day" and "Timeslots" are not collapsible. - Changed the organization of session content. - Room is not part of the collapsible content. - Room and "Details" button are on the same line.
Diffstat (limited to 'lps_gen.py')
-rw-r--r--lps_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lps_gen.py b/lps_gen.py
index 35003fc..8f04af8 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -30,7 +30,7 @@ from jinja2 import Environment, PackageLoader
from jinja2.exceptions import TemplateNotFound
from mistune import Renderer, Markdown
-__version__ = '0.1.0'
+__version__ = '0.1.1.dev1'
# unicode magic
reload(sys)