Skip to content

Commit 695a556

Browse files
committed
1.2.1 release
1 parent af6bc65 commit 695a556

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

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

4+
Version 1.2.1 [2025-12-30]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Added data migration to update firmware image identifiers `#358
11+
<https://github.com/openwisp/openwisp-firmware-upgrader/issues/358>`_
12+
413
Version 1.2.0 [2025-10-24]
514
--------------------------
615

openwisp_firmware_upgrader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 0, "final")
1+
VERSION = (1, 2, 1, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)