We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21468e commit bf88fdcCopy full SHA for bf88fdc
CHANGELOG
@@ -1,12 +1,22 @@
1
-1.7.1 (Unreleased)
+1.7.1 (2025-04-27)
2
------------------
3
4
+New features
5
+''''''''''''
6
+
7
+* Compatible with Python 3.12
8
9
Breaking changes
10
''''''''''''''''
11
12
* Remove the "lyricswiki" plugin: LyricWiki completely closed down in on
13
September 21, 2020.
14
15
+Bug Fixes
16
+'''''''''
17
18
+* Updated translations
19
20
21
1.7.0 (2020-12-25)
22
sonata/version.py
@@ -26,7 +26,7 @@
26
build_ver = None
27
28
# Should be the most recent release
29
-default_version = "v1.7.0"
+default_version = "v1.7.1"
30
31
def _version():
32
'''Get the version number of the sources
0 commit comments