Skip to content

Commit f7f1f3f

Browse files
authored
Version 3.3.1 (#2891)
1 parent c8c0ede commit f7f1f3f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-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.1rc1 (Release Candidate 1)
8+
## Version 3.3.1 (February 24, 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.0, released on February 1, 2024. See the [release notes](NEWS.md).
17+
The current stable version of Nicotine+ is 3.3.1, released on February 24, 2024. See the [release notes](NEWS.md).
1818

1919
Downloads are available for:
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<content_attribute id="social-info">mild</content_attribute>
7979
</content_rating>
8080
<releases>
81-
<release version="3.3.1rc1" type="development" date="2024-02-20"/>
81+
<release version="3.3.1" date="2024-02-24"/>
8282
<release version="3.3.0" date="2024-02-01"/>
8383
<release version="3.2.9" date="2023-03-05"/>
8484
<release version="3.2.8" date="2023-01-06"/>

debian/changelog

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

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

5-
-- Mat <mail@mathias.is> Tue, 20 Feb 2024 00:26:12 +0200
5+
-- Mat <mail@mathias.is> Sat, 24 Feb 2024 01:12:49 +0200
66

77
nicotine (3.3.0-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.1rc1"
21+
__version__ = "3.3.1"
2222
__author__ = "Nicotine+ Team"
2323
__copyright__ = """© 2004–2024 Nicotine+ Contributors
2424
© 2003–2004 Nicotine Contributors

0 commit comments

Comments
 (0)