Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
47f386e39a change screenshot for plugin install to PUI (#11036) (#11037)
* change screenshot for plugin install to PUI

* Correct location of gunicorn config in docs

(cherry picked from commit 00091caf04)

Co-authored-by: Michael <michael@buchmann.ruhr>
2025-12-18 10:51:53 +11:00
Oliver
700d49643d Bump InvenTree software version to 1.1.8 (#11028) 2025-12-17 08:45:11 +11:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -38,7 +38,7 @@ First, let's confirm that the gunicorn server is operational.
cd /home/InvenTree
source ./env/bin/activate
cd src/InvenTree
cd src/src/backend/InvenTree
/home/inventree/env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi -b 127.0.0.1:8000
```

View File

@@ -18,7 +18,7 @@ from django.conf import settings
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION
# InvenTree software version
INVENTREE_SW_VERSION = '1.1.7'
INVENTREE_SW_VERSION = '1.1.8'
logger = logging.getLogger('inventree')