We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dd926 commit cc40394Copy full SHA for cc40394
2 files changed
LiquidDiffract/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = '1.2.4'
+__version__ = '1.2.5'
3
__appname__ = 'LiquidDiffract'
changelog.md
@@ -1,6 +1,12 @@
## Changelog
---------
4
+## v1.2.5 (June 4, 2024) (Patch release)
5
+
6
+### Bug Fix
7
8
+- Fixes a crashing bug when using Qt6 caused by not setting Qt.ItemFlag explicitly
9
10
## v1.2.4 (June 4, 2024)
11
12
### Major Changes
0 commit comments