Version update (#506)

This commit is contained in:
Oliver 2024-06-11 23:23:16 +10:00 committed by GitHub
parent e837394495
commit 464d415115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
### 0.16.0 - June 2024
---
- Add support for new file attachments API
- Drop support for legacy servers with API version < 100
### 0.15.0 - June 2024 ### 0.15.0 - June 2024
--- ---

View file

@ -1,7 +1,7 @@
name: inventree name: inventree
description: InvenTree stock management description: InvenTree stock management
version: 0.15.0+83 version: 0.16.0+85
environment: environment:
sdk: ">=2.19.5 <3.13.0" sdk: ">=2.19.5 <3.13.0"