Skip to content

Commit 8550ccc

Browse files
committed
25.10.1 release
1 parent 29314bb commit 8550ccc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 25.10.1 [2025-12-19]
5+
----------------------------
6+
7+
- New images with bugifx releases of openwisp-utils and
8+
openwisp-notifications.
9+
410
Version 25.10.0 [2025-10-24]
511
----------------------------
612

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Find documentation in README.md under
22
# the heading "Makefile Options".
33

4-
OPENWISP_VERSION = 25.10.0
4+
OPENWISP_VERSION = 25.10.1
55
SHELL := /bin/bash
66
.SILENT: clean pull start stop
77

images/common/openwisp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .celery import app as celery_app
44

55
__all__ = ["celery_app"]
6-
__openwisp_version__ = "25.10.0"
6+
__openwisp_version__ = "25.10.1"
77
__openwisp_installation_method__ = "docker-openwisp"

0 commit comments

Comments
 (0)