Skip to content

Commit 036f7eb

Browse files
committed
1.1.2 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent fdacbe7 commit 036f7eb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGES.rst

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

4+
Version 1.1.2 [2025-08-14]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed the outdated defaults for
11+
`OPENWISP_FIRMWARE_UPGRADER_OPENWRT_SETTINGS
12+
<https://openwisp.io/docs/stable/firmware-upgrader/user/settings.html#openwisp-firmware-upgrader-openwrt-settings>`_
13+
setting in the documentation.
14+
415
Version 1.1.1 [2025-01-31]
516
--------------------------
617

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

44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'django-private-storage~=3.1.0',
2424
],
2525
classifiers=[
26-
'Development Status :: 5 - Production/Stable ',
26+
'Development Status :: 5 - Production/Stable',
2727
'Environment :: Web Environment',
2828
'Topic :: Internet :: WWW/HTTP',
2929
'Topic :: System :: Networking',

0 commit comments

Comments
 (0)