Skip to content

Commit bf88fdc

Browse files
authored
Prepare v1.7.1 (#157)
1 parent a21468e commit bf88fdc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
1.7.1 (Unreleased)
1+
1.7.1 (2025-04-27)
22
------------------
33

4+
New features
5+
''''''''''''
6+
7+
* Compatible with Python 3.12
8+
49
Breaking changes
510
''''''''''''''''
611

712
* Remove the "lyricswiki" plugin: LyricWiki completely closed down in on
813
September 21, 2020.
914

15+
Bug Fixes
16+
'''''''''
17+
18+
* Updated translations
19+
1020

1121
1.7.0 (2020-12-25)
1222
------------------

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.0"
29+
default_version = "v1.7.1"
3030

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

0 commit comments

Comments
 (0)