Skip to content

Commit

Permalink
FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-ide committed Oct 10, 2024
1 parent 1a2baf4 commit 9b062c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/home/home_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from metapype.model.node import Node

RELEASE_NUMBER = '2024.09.18'
RELEASE_NUMBER = '2024.10.09'


def extract_caller_module_name():
Expand Down
2 changes: 1 addition & 1 deletion webapp/home/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% import '_macros.html' as macros %}

{# The following must agree with RELEASE_NUMBER in home_utils.py #}
{% set release_number = '2024.09.18' %}
{% set release_number = '2024.10.09' %}
{% set optional = 'Black' %}

{% block head %}
Expand Down
11 changes: 11 additions & 0 deletions webapp/home/templates/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ <h4 align="left">What's New</h4>
<td style="vertical-align: top;">&nbsp;</td>
<td></td>
</tr>
<tr>
<td style="vertical-align: top;">2024.10.09</td>
<td>
<b>Added Frequently Asked Questions</b><br>
Click <b>FAQ</b> at the top of a page to see a list of Frequently Asked Questions. These are likely to change over time.
</td>
</tr>
<tr>
<td style="vertical-align: top;">&nbsp;</td>
<td></td>
</tr>
<tr>
<td style="vertical-align: top;">2024.05.15</td>
<td>
Expand Down

0 comments on commit 9b062c8

Please sign in to comment.