From 43f8494e2a87ce156b4217b4af382b5754723d9d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 8 Dec 2022 21:05:56 +1100 Subject: [PATCH] Add news entry --- _news/2022-12-12-0.9.0.md | 21 +++++++++++++++++++ ...2-0.9.0-release.md => 2022-12-12-0.9.0.md} | 0 2 files changed, 21 insertions(+) create mode 100644 _news/2022-12-12-0.9.0.md rename _posts/{2022-12-12-0.9.0-release.md => 2022-12-12-0.9.0.md} (100%) diff --git a/_news/2022-12-12-0.9.0.md b/_news/2022-12-12-0.9.0.md new file mode 100644 index 00000000..ad80894e --- /dev/null +++ b/_news/2022-12-12-0.9.0.md @@ -0,0 +1,21 @@ +--- +author: oliver +title: 0.9.0 Release +--- + +InvenTree 0.9.0 stable release now available! + +### 0.9.0 InvenTree Release + +The InvenTree team is proud to announce the 0.9.0 stable release. + +- [Read the blog](/blog/2022/12/12/0.9.0) +- [View the release notes](https://github.com/inventree/InvenTree/releases/tag/0.9.0) + +### Python Library + +A new version of the [python library](https://github.com/inventree/inventree-python/) has been released, and is now [available via PyPi](https://pypi.org/project/inventree/) + +### Mobile App + +We've also released an updated version of the [mobile app](https://docs.inventree.org/en/latest/app/app/) - available for Android and iOS devices. diff --git a/_posts/2022-12-12-0.9.0-release.md b/_posts/2022-12-12-0.9.0.md similarity index 100% rename from _posts/2022-12-12-0.9.0-release.md rename to _posts/2022-12-12-0.9.0.md