We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5396cf8 commit ad2d0a2Copy full SHA for ad2d0a2
2 files changed
CHANGELOG
@@ -1,7 +1,11 @@
1
-1.7.3 (unreleased)
2
-------------------
+1.7.3
+-----
3
+
4
+Bug Fixes
5
+'''''''''
6
---
7
+* Fix launcher GDK locks, preventing the application from starting up with
8
+ recent GTK/GLib versions
9
10
11
1.7.2 (2025-11-23)
sonata/version.py
@@ -26,7 +26,7 @@
26
build_ver = None
27
28
# Should be the most recent release
29
-default_version = "v1.7.4.dev1"
+default_version = "v1.7.3"
30
31
def _version():
32
'''Get the version number of the sources
0 commit comments