Skip to content

Commit d803f9a

Browse files
committed
1.2.1 release
1 parent bf3c900 commit d803f9a

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-19]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Updated `system info to retrieve user-friendly OS identifiers
11+
<https://github.com/openwisp/openwisp-utils/issues/544>`_.
12+
413
Version 1.2.0 [2025-10-23]
514
--------------------------
615

openwisp_utils/__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)