Skip to content

Commit c10cead

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent 3307fe9 commit c10cead

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# CHANGELOG
22

33

4+
## v1.2.0 (2025-08-03)
5+
6+
### Bug Fixes
7+
8+
- **editor**: Add margin to separator
9+
([`6c7d283`](https://github.com/beatreichenbach/qt-parameters/commit/6c7d2836778e606da025fc8256a112005bc3eb1e))
10+
11+
- **editor**: Default label as hidden
12+
([`8b7c588`](https://github.com/beatreichenbach/qt-parameters/commit/8b7c588f512f0e761b4a022937e0768833398dbe))
13+
14+
- **tab**: Use labels for headers
15+
([`3307fe9`](https://github.com/beatreichenbach/qt-parameters/commit/3307fe91e564d0fa81f0043e6e6ef633c40c0c97))
16+
17+
### Features
18+
19+
- **editor**: Add RadioTabWidget
20+
([`af61844`](https://github.com/beatreichenbach/qt-parameters/commit/af618440a1fc94f75ba7a2079b54e50a28f306d7))
21+
22+
423
## v1.1.3 (2025-07-03)
524

625
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qt-parameters"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
description = "Qt parameter widgets and forms for Python."
55
authors = [
66
{name = "Beat Reichenbach"}

qt_parameters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
)
3737

3838

39-
__version__ = '1.1.3'
39+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)