diff --git a/src/acanban/__init__.py b/src/acanban/__init__.py index 6440e77..da77272 100644 --- a/src/acanban/__init__.py +++ b/src/acanban/__init__.py @@ -46,7 +46,7 @@ __all__ = ['app'] __doc__ = 'Academic Kanban' -__version__ = '0.1.2.post0' +__version__ = '0.1.3' # Nope, the negative operator is not a typo, see also tzset(3posix). TZ = tz(timedelta(seconds=-timezone)) diff --git a/src/acanban/templates/project-report.html b/src/acanban/templates/project-report.html index e99b9a6..db406fc 100644 --- a/src/acanban/templates/project-report.html +++ b/src/acanban/templates/project-report.html @@ -27,9 +27,9 @@
Grade: {{ report.grade if report.grade else 'TBD' }}