Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 25.10.1 [2025-12-19]
----------------------------

- New images with bugifx releases of openwisp-utils and
openwisp-notifications.

Version 25.10.0 [2025-10-24]
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Find documentation in README.md under
# the heading "Makefile Options".

OPENWISP_VERSION = 25.10.0
OPENWISP_VERSION = 25.10.1
SHELL := /bin/bash
.SILENT: clean pull start stop

Expand Down
2 changes: 1 addition & 1 deletion images/common/openwisp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .celery import app as celery_app

__all__ = ["celery_app"]
__openwisp_version__ = "25.10.0"
__openwisp_version__ = "25.10.1"
__openwisp_installation_method__ = "docker-openwisp"