Skip to content

Commit ad2d0a2

Browse files
authored
Prepare v1.7.3 (#166)
1 parent 5396cf8 commit ad2d0a2

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
1.7.3 (unreleased)
2-
------------------
1+
1.7.3
2+
-----
3+
4+
Bug Fixes
5+
'''''''''
36

4-
--
7+
* Fix launcher GDK locks, preventing the application from starting up with
8+
recent GTK/GLib versions
59

610

711
1.7.2 (2025-11-23)

sonata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
build_ver = None
2727

2828
# Should be the most recent release
29-
default_version = "v1.7.4.dev1"
29+
default_version = "v1.7.3"
3030

3131
def _version():
3232
'''Get the version number of the sources

0 commit comments

Comments
 (0)