Skip to content

Commit 5a38fa9

Browse files
author
semantic-release
committed
1.0.2
Automatically generated by python-semantic-release
1 parent a90ad88 commit 5a38fa9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
## v1.0.2 (2025-03-10)
5+
6+
### Bug Fixes
7+
8+
- **editor**: Use initial name for widgets
9+
([`a90ad88`](https://github.com/beatreichenbach/qt-parameters/commit/a90ad88950c3a0b7b4a77eb7f8b0528bd4d025d9))
10+
11+
412
## v1.0.1 (2025-03-01)
513

614
### 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.0.1"
3+
version = "1.0.2"
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
@@ -26,4 +26,4 @@
2626
)
2727

2828

29-
__version__ = '1.0.1'
29+
__version__ = '1.0.2'

0 commit comments

Comments
 (0)