From 327660a8218d61e62039cdc6e91bb7d6b5f0c845 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 4 Dec 2018 18:00:42 +0100 Subject: Update version --- ishtar_common/templates/actions.html | 4 ++-- version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ishtar_common/templates/actions.html b/ishtar_common/templates/actions.html index bd70ddf15..97d95c726 100644 --- a/ishtar_common/templates/actions.html +++ b/ishtar_common/templates/actions.html @@ -6,7 +6,7 @@ {% if MENU.current_subsections %} {% with MENU.current_subsection as section_label %} {% with MENU.current_subsections as sections %} @@ -16,7 +16,7 @@ {% if MENU.current_subsubsections %} {% with MENU.current_subsubsection as section_label %} {% with MENU.current_subsubsections as sections %} diff --git a/version.py b/version.py index 2245b0c8d..4f00a9ce2 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -# 2.1.dev.18 -VERSION = (2, 1, 'dev', 18) +# 2.1.dev.19 +VERSION = (2, 1, 'dev', 19) def get_version(): -- cgit v1.2.3