Skip to content

Commit

Permalink
Version 3.3.4 (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed May 6, 2024
1 parent 83afdf2 commit f6ce1e4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The current stable version of Nicotine+ is available at [DOWNLOADS.md](doc/DOWNL
You can run the latest unstable build of Nicotine+ to test recent changes and bug fixes, see [TESTING.md](doc/TESTING.md).


## Version 3.3.4rc1 (Unreleased)
## Version 3.3.4 (May 6, 2024)

### Corrections

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Check out the [screenshots](data/screenshots/SCREENSHOTS.md) and [source code](h

## Download

The current stable version of Nicotine+ is 3.3.3, released on May 5, 2024. See the [release notes](NEWS.md).
The current stable version of Nicotine+ is 3.3.4, released on May 6, 2024. See the [release notes](NEWS.md).

Downloads are available for:

Expand Down
3 changes: 2 additions & 1 deletion data/org.nicotine_plus.Nicotine.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="3.3.3" date="2024-05-05">
<release version="3.3.4" date="2024-05-06">
<url>https://nicotine-plus.org/NEWS</url>
</release>
<release version="3.3.3" date="2024-05-05"/>
<release version="3.3.2" date="2024-02-25"/>
<release version="3.3.1" date="2024-02-24"/>
<release version="3.3.0" date="2024-02-01"/>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nicotine (3.3.4-1) noble; urgency=medium

* Latest upstream.

-- Mat <mail@mathias.is> Mon, 06 May 2024 16:38:36 +0300

nicotine (3.3.3-1) noble; urgency=medium

* Latest upstream.
Expand Down
2 changes: 1 addition & 1 deletion pynicotine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__application_name__ = "Nicotine+"
__application_id__ = "org.nicotine_plus.Nicotine"
__version__ = "3.3.4rc1"
__version__ = "3.3.4"
__author__ = "Nicotine+ Team"
__copyright__ = """© 2004–2024 Nicotine+ Contributors
© 2003–2004 Nicotine Contributors
Expand Down

0 comments on commit f6ce1e4

Please sign in to comment.