We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a250be + 7b3f26c commit 2af4425Copy full SHA for 2af4425
webapp/home/home_utils.py
@@ -15,7 +15,7 @@
15
16
from metapype.model.node import Node
17
18
-RELEASE_NUMBER = '2024.09.11'
+RELEASE_NUMBER = '2024.09.18'
19
20
21
def extract_caller_module_name():
webapp/home/templates/base.html
@@ -11,7 +11,7 @@
11
{% import '_macros.html' as macros %}
12
13
{# The following must agree with RELEASE_NUMBER in home_utils.py #}
14
-{% set release_number = '2024.09.11' %}
+{% set release_number = '2024.09.18' %}
{% set optional = 'Black' %}
{% block head %}
0 commit comments