Skip to content

Commit f4ea9c1

Browse files
committed
1.1.2 release
1 parent 2ef0d9f commit f4ea9c1

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build package
3030
run: python -m build
3131
- name: Publish package distributions to PyPI
32-
uses: pypa/gh-action-pypi-publish@v1.11.0
32+
uses: pypa/gh-action-pypi-publish@v1.12.4

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.1.2 [2025-06-18]
5+
--------------------------
6+
7+
- [fix:ui] Avoided JS error when menu is not displayed.
8+
- [chores:ui] Removed border from submit and search buttons.
9+
- [chores:ui] Updated "Apply filters" button to use standard styling.
10+
- [chores:ui] Improved metric collection consent UI.
11+
- [tests] Minor fixes for flaky tests and 1.1 branch CI testing.
12+
413
Version 1.1.1 [2024-11-20]
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, 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
@@ -50,7 +50,7 @@
5050
'selenium': ['selenium>=4.10,<4.24'],
5151
},
5252
classifiers=[
53-
'Development Status :: 5 - Production/Stable ',
53+
'Development Status :: 5 - Production/Stable',
5454
'Environment :: Web Environment',
5555
'Topic :: Internet :: WWW/HTTP',
5656
'Topic :: System :: Networking',

0 commit comments

Comments
 (0)