From 96e535c7edced0fe2cd75f4cd2bf889bfe7e824d Mon Sep 17 00:00:00 2001 From: qutebrowser bot Date: Thu, 5 Jun 2025 14:55:01 +0000 Subject: [PATCH] Release v3.5.1 (cherry picked from commit be7cf1ab15ec38603068b091cfad09c91d2f5bf4) --- .bumpversion.toml | 2 +- doc/changelog.asciidoc | 2 +- misc/org.qutebrowser.qutebrowser.appdata.xml | 1 + qutebrowser/__init__.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index a2e463db9..04597ddac 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "3.5.0" +current_version = "3.5.1" commit = true message = "Release v{new_version}" tag = true diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 3d88c9b2c..b8a341310 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -16,7 +16,7 @@ breaking changes (such as renamed commands) can happen in minor releases. // `Security` to invite users to upgrade in case of vulnerabilities. [[v3.5.1]] -v3.5.1 (unreleased) +v3.5.1 (2025-06-05) ------------------- Deprecated diff --git a/misc/org.qutebrowser.qutebrowser.appdata.xml b/misc/org.qutebrowser.qutebrowser.appdata.xml index 636ceae1d..4097e9d3e 100644 --- a/misc/org.qutebrowser.qutebrowser.appdata.xml +++ b/misc/org.qutebrowser.qutebrowser.appdata.xml @@ -44,6 +44,7 @@ + diff --git a/qutebrowser/__init__.py b/qutebrowser/__init__.py index 85b5db5db..4c404a8ed 100644 --- a/qutebrowser/__init__.py +++ b/qutebrowser/__init__.py @@ -14,7 +14,7 @@ __copyright__ = "Copyright 2013-{} Florian Bruhin (The Compiler)".format(_year) __license__ = "GPL-3.0-or-later" __maintainer__ = __author__ __email__ = "mail@qutebrowser.org" -__version__ = "3.5.0" +__version__ = "3.5.1" __version_info__ = tuple(int(part) for part in __version__.split('.')) __description__ = "A keyboard-driven, vim-like browser based on Python and Qt."