Skip to content

Commit 8c6f5ad

Browse files
authored
Version 3.3.5 (#3141)
1 parent 026c7f3 commit 8c6f5ad

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.5 (Release Candidate 2)
8+
## Version 3.3.5 (September 22, 2024)
99

1010
### Changes
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.4, released on May 6, 2024. See
21+
The current stable version of Nicotine+ is 3.3.5, released on September 22, 2024. See
2222
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
@@ -82,10 +82,10 @@
8282
<content_attribute id="social-info">mild</content_attribute>
8383
</content_rating>
8484
<releases>
85-
<release version="3.3.5rc2" type="development" date="2024-09-17"/>
86-
<release version="3.3.4" date="2024-05-06">
85+
<release version="3.3.5" date="2024-09-22">
8786
<url>https://nicotine-plus.org/NEWS</url>
8887
</release>
88+
<release version="3.3.4" date="2024-05-06"/>
8989
<release version="3.3.3" date="2024-05-05"/>
9090
<release version="3.3.2" date="2024-02-25"/>
9191
<release version="3.3.1" date="2024-02-24"/>

debian/changelog

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

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

5-
-- Mat <mail@mathias.is> Tue, 17 Sep 2024 12:35:53 +0300
5+
-- Mat <mail@mathias.is> Sun, 22 Sep 2024 14:02:12 +0300
66

77
nicotine (3.3.4-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.5rc2"
21+
__version__ = "3.3.5"
2222
__author__ = "Nicotine+ Team"
2323
__copyright__ = """© 2004–2024 Nicotine+ Contributors
2424
© 2003–2004 Nicotine Contributors

0 commit comments

Comments
 (0)