2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Bump API version to 3

- New stock item history tracking is incompatible
- Adds API info to the "about" dialog
This commit is contained in:
Oliver Walters
2021-05-22 20:56:56 +10:00
parent 6c91d067d7
commit 240ff59b30
3 changed files with 20 additions and 2 deletions

View File

@ -29,6 +29,11 @@
{% endif %}
</td>
</tr>
<tr>
<td><span class='fas fa-code'></span></td>
<td>{% trans "API Version" %}</td>
<td>{% inventree_api_version %}{% include "clip.html" %}</td>
</tr>
<tr>
<td><span class='fas fa-hashtag'></span></td>
<td>{% trans "Django Version" %}</td>