From f8c4a6ac3ffa70a036fb08a54c22f427df0ef741 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Feb 2023 11:12:46 +0100 Subject: Release v2.5.3 --- .bumpversion.cfg | 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.cfg b/.bumpversion.cfg index 63edf6812..073f611d2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.2 +current_version = 2.5.3 commit = True message = Release v{new_version} tag = True diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index eefa83193..7f84421e2 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -121,7 +121,7 @@ Fixed - Rare crash when running userscripts with crashed renderer processes. [[v2.5.3]] -v2.5.3 (unreleased) +v2.5.3 (2023-02-17) ------------------- Added diff --git a/misc/org.qutebrowser.qutebrowser.appdata.xml b/misc/org.qutebrowser.qutebrowser.appdata.xml index 4f2880dc1..ef2c48f4f 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 df320f996..93110f086 100644 --- a/qutebrowser/__init__.py +++ b/qutebrowser/__init__.py @@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2021 Florian Bruhin (The Compiler)" __license__ = "GPL" __maintainer__ = __author__ __email__ = "mail@qutebrowser.org" -__version__ = "2.5.2" +__version__ = "2.5.3" __version_info__ = tuple(int(part) for part in __version__.split('.')) __description__ = "A keyboard-driven, vim-like browser based on Python and Qt." -- cgit v1.2.3-54-g00ecf