Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters 2021-05-31 11:25:45 +10:00
commit 1c88181898
3 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ jobs:
push: true
target: production
repository: inventree/inventree
tags: inventree/inventree:{{ github.event.release.tag_name }}
tags: inventree/inventree:${{ github.event.release.tag_name }}

View File

@ -8,7 +8,7 @@ import re
import common.models
INVENTREE_SW_VERSION = "0.2.2"
INVENTREE_SW_VERSION = "0.2.3 pre"
"""
Increment thi API version number whenever there is a significant change to the API that any clients need to know about

View File

@ -138,7 +138,7 @@
<div class='panel-heading'>
<h4>
{% block heading %}
{% trans "Part Categories" %}
{% trans "Parts" %}
{% endblock %}
</h4>
</div>