Skip to content

Commit 1b2840b

Browse files
committed
1.1.1 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 65915e9 commit 1b2840b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 1.1.1 [2025-01-31]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `"test_restoring_deleted_device" test
11+
<https://github.com/openwisp/openwisp-firmware-upgrader/pull/287>`_
12+
which was failing due to changes in ``openwisp-controller~=1.1.1``.
13+
414
Version 1.1.0 [2024-11-22]
515
--------------------------
616

openwisp_firmware_upgrader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'final')
1+
VERSION = (1, 1, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)