Skip to content

Commit

Permalink
Merge pull request #239 from usnistgov/6.0.2.dev
Browse files Browse the repository at this point in the history
6.0.2.dev
  • Loading branch information
rptmat57 authored Jun 12, 2024
2 parents 09462e8 + 20453cc commit 0e4813a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEMO/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<script type="text/javascript" src="{% static "typeahead.jquery.min.js" %}"></script>
<script>
moment.updateLocale('en', {
week: { dow: "{{ calendar_first_day_of_week }}" }
});
week: { dow: {{ calendar_first_day_of_week }} }
});
</script>
{% endblock %}
{# NEMO #}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="NEMO",
version="6.0.1",
version="6.0.2",
python_requires=">=3.8, <4",
packages=find_namespace_packages(exclude=["resources", "resources.*", "build", "build.*"]),
include_package_data=True,
Expand Down

0 comments on commit 0e4813a

Please sign in to comment.