diff --git a/NEWS.md b/NEWS.md index 1f0aae581585..a3b32abb37f2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,8 +3,8 @@ News As per GCS ยง 6.7, this file contains a list of user-visible, noteworthy changes. Note that this is not the same as a changelog. -Version 3.2.1 (Release Candidate 3) ------------------------------------ +Version 3.2.1 (February 10, 2022) +--------------------------------- Changes diff --git a/README.md b/README.md index 5b0402c07164..c54b25cb0ca6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Check out the [screenshots](data/screenshots/SCREENSHOTS.md) and [source code](h # Download Nicotine+ -The current stable version of Nicotine+ is 3.2.0, released on December 18, 2021. See the [release notes](NEWS.md). +The current stable version of Nicotine+ is 3.2.1, released on February 10, 2022. See the [release notes](NEWS.md). Downloads are available for: diff --git a/data/org.nicotine_plus.Nicotine.metainfo.xml.in b/data/org.nicotine_plus.Nicotine.metainfo.xml.in index a914e6de6e74..f4d48c9751ff 100644 --- a/data/org.nicotine_plus.Nicotine.metainfo.xml.in +++ b/data/org.nicotine_plus.Nicotine.metainfo.xml.in @@ -60,6 +60,7 @@ mild + diff --git a/debian/changelog b/debian/changelog index a037ec6ff67a..08c510600992 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -nicotine (3.2.1-rc3) impish; urgency=medium +nicotine (3.2.1-1) impish; urgency=medium - * Release candidate version 3. + * Latest upstream. - -- Mat Fri, 28 Jan 2022 01:26:12 +0300 + -- Mat Wed, 09 Feb 2022 21:01:58 +0300 nicotine (3.2.0-1) impish; urgency=medium diff --git a/pynicotine/config.py b/pynicotine/config.py index ff8bb682636d..e87be60dfe73 100644 --- a/pynicotine/config.py +++ b/pynicotine/config.py @@ -55,7 +55,7 @@ def __init__(self): config_dir, self.data_dir = self.get_user_directories() self.filename = os.path.join(config_dir, "config") self.plugin_dir = os.path.join(self.data_dir, "plugins") - self.version = "3.2.1.rc3" + self.version = "3.2.1" self.python_version = sys.version self.gtk_version = ""