Skip to content

Commit 31d8af5

Browse files
authored
Version 3.3.3 (#2998)
1 parent 248cd02 commit 31d8af5

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
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.3 (Release Candidate 2)
8+
## Version 3.3.3 (May 5, 2024)
99

1010
### Changes
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Check out the [screenshots](data/screenshots/SCREENSHOTS.md) and [source code](h
1414

1515
## Download
1616

17-
The current stable version of Nicotine+ is 3.3.2, released on February 25, 2024. See the [release notes](NEWS.md).
17+
The current stable version of Nicotine+ is 3.3.3, released on May 5, 2024. See the [release notes](NEWS.md).
1818

1919
Downloads are available for:
2020

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
<content_attribute id="social-info">mild</content_attribute>
8383
</content_rating>
8484
<releases>
85-
<release version="3.3.3rc2" type="development" date="2024-04-04"/>
85+
<release version="3.3.3" date="2024-05-05">
86+
<url>https://nicotine-plus.org/NEWS</url>
87+
</release>
8688
<release version="3.3.2" date="2024-02-25"/>
8789
<release version="3.3.1" date="2024-02-24"/>
8890
<release version="3.3.0" date="2024-02-01"/>

debian/changelog

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

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

5-
-- Mat <mail@mathias.is> Thu, 04 Apr 2024 18:17:39 +0300
5+
-- Mat <mail@mathias.is> Sun, 05 May 2024 14:59:48 +0300
66

77
nicotine (3.3.2-1) mantic; 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.3rc2"
21+
__version__ = "3.3.3"
2222
__author__ = "Nicotine+ Team"
2323
__copyright__ = """© 2004–2024 Nicotine+ Contributors
2424
© 2003–2004 Nicotine Contributors

0 commit comments

Comments
 (0)