Skip to content

Commit deffb74

Browse files
authored
Version 3.3.7 (#3221)
1 parent 7cad08f commit deffb74

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The current stable version of Nicotine+ is available at [DOWNLOADS.md](doc/DOWNL
55
You can run the latest unstable build of Nicotine+ to test recent changes and bug fixes, see [TESTING.md](doc/TESTING.md).
66

77

8-
## Version 3.3.7 (Release Candidate 2)
8+
## Version 3.3.7 (December 15, 2024)
99

1010
### Changes
1111

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ and [source code](https://github.com/nicotine-plus/nicotine-plus).
1818

1919
## Download
2020

21-
> **IMPORTANT**: If you are using Nicotine+ 3.3.5 and have set a custom folder
22-
> for incomplete downloads, please force quit Nicotine+ and upgrade to 3.3.6
23-
> immediately, to prevent a data loss issue where unrelated files in the folder
24-
> were removed.
25-
26-
The current stable version of Nicotine+ is 3.3.6, released on October 15, 2024.
21+
The current stable version of Nicotine+ is 3.3.7, released on December 15, 2024.
2722
See the [release notes](NEWS.md).
2823

2924
Downloads are available for:

data/org.nicotine_plus.Nicotine.appdata.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
<content_attribute id="social-info">mild</content_attribute>
8383
</content_rating>
8484
<releases>
85-
<release version="3.3.7rc2" type="development" date="2024-12-05"/>
86-
<release version="3.3.6" date="2024-10-15">
85+
<release version="3.3.7" date="2024-12-15">
8786
<url>https://nicotine-plus.org/NEWS</url>
8887
</release>
88+
<release version="3.3.6" date="2024-10-15"/>
8989
<release version="3.3.5" date="2024-09-22"/>
9090
<release version="3.3.4" date="2024-05-06"/>
9191
<release version="3.3.3" date="2024-05-05"/>

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nicotine (3.3.7-rc2) oracular; urgency=medium
1+
nicotine (3.3.7-1) oracular; urgency=medium
22

3-
* Release candidate 2.
3+
* Latest upstream.
44

5-
-- Mat <mail@mathias.is> Thu, 05 Dec 2024 19:06:55 +0200
5+
-- Mat <mail@mathias.is> Sun, 15 Dec 2024 15:30:45 +0200
66

77
nicotine (3.3.6-1) noble; urgency=medium
88

pynicotine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__application_name__ = "Nicotine+"
2020
__application_id__ = "org.nicotine_plus.Nicotine"
21-
__version__ = "3.3.7rc2"
21+
__version__ = "3.3.7"
2222
__author__ = "Nicotine+ Team"
2323
__copyright__ = """© 2004–2024 Nicotine+ Contributors
2424
© 2003–2004 Nicotine Contributors

0 commit comments

Comments
 (0)