Skip to content

Commit f6305c4

Browse files
committed
1.2.2 release
1 parent b89ea79 commit f6305c4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

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

4+
Version 1.2.2 [2026-01-28]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Temporarily pinned drf-yasg to 1.21.11 `#565
11+
<https://github.com/openwisp/openwisp-utils/issues/565>`_
12+
- Fixed releaser to only commit tracked files `#552
13+
<https://github.com/openwisp/openwisp-utils/issues/552>`_
14+
- Releaser: Fixed insertion of backported bugfix entries in ReST changelog
15+
`#532 <https://github.com/openwisp/openwisp-utils/issues/532>`_
16+
417
Version 1.2.1 [2025-12-19]
518
--------------------------
619

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, 1, "final")
1+
VERSION = (1, 2, 2, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)