From 52ab8b8064a83ae19ed89c3b15ec26d823fe90e9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 29 May 2021 18:28:07 +1000 Subject: [PATCH 1/3] Update docker_publish.yaml Add $ --- .github/workflows/docker_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_publish.yaml b/.github/workflows/docker_publish.yaml index c04f9a413d..53ec505003 100644 --- a/.github/workflows/docker_publish.yaml +++ b/.github/workflows/docker_publish.yaml @@ -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 }} From f08c83d6e50802385b71ba39b5707ffe02a1ab03 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 29 May 2021 18:48:18 +1000 Subject: [PATCH 2/3] Fix part page heading --- InvenTree/part/templates/part/category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index b79ee0ee60..2e6ebb7fca 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -138,7 +138,7 @@

{% block heading %} - {% trans "Part Categories" %} + {% trans "Parts" %} {% endblock %}

From dff367b0b0c957367d24cbeff41b5b923c6c067d Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 29 May 2021 19:05:41 +1000 Subject: [PATCH 3/3] Update version.py --- InvenTree/InvenTree/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/version.py b/InvenTree/InvenTree/version.py index 709c5e3d77..a736bfe6a1 100644 --- a/InvenTree/InvenTree/version.py +++ b/InvenTree/InvenTree/version.py @@ -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