Skip to content

Commit dc21c3a

Browse files
authored
Version 3.3.9 (#3316)
1 parent 0a84979 commit dc21c3a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.9 (Release Candidate 1)
8+
## Version 3.3.9 (March 9, 2025)
99

1010
### Corrections
1111

README.md

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

1919
## Download
2020

21-
The current stable version of Nicotine+ is 3.3.8, released on February 24, 2025.
21+
The current stable version of Nicotine+ is 3.3.9, released on March 9, 2025.
2222
See the [release notes](NEWS.md).
2323

2424
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
@@ -83,10 +83,10 @@
8383
<content_attribute id="social-info">mild</content_attribute>
8484
</content_rating>
8585
<releases>
86-
<release version="3.3.9rc1" date="2025-03-03" type="development"/>
87-
<release version="3.3.8" date="2025-02-24">
86+
<release version="3.3.9" date="2025-03-09">
8887
<url>https://nicotine-plus.org/NEWS</url>
8988
</release>
89+
<release version="3.3.8" date="2025-02-24"/>
9090
<release version="3.3.7" date="2024-12-15"/>
9191
<release version="3.3.6" date="2024-10-15"/>
9292
<release version="3.3.5" date="2024-09-22"/>

debian/changelog

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

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

5-
-- Mat <mail@mathias.is> Mon, 03 Mar 2025 03:06:42 +0200
5+
-- Mat <mail@mathias.is> Sun, 09 Mar 2025 02:59:05 +0200
66

77
nicotine (3.3.8-1) oracular; 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.9rc1"
21+
__version__ = "3.3.9"
2222
__author__ = "Nicotine+ Team"
2323
__copyright__ = """© 2004–2025 Nicotine+ Contributors
2424
© 2003–2004 Nicotine Contributors

0 commit comments

Comments
 (0)