From db05e19aedfc215da7ce14e38108ab174d925450 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 2 Feb 2020 21:44:34 +0100 Subject: Release v1.10.0 --- .bumpversion.cfg | 3 +-- doc/changelog.asciidoc | 2 +- misc/org.qutebrowser.qutebrowser.appdata.xml | 1 + qutebrowser/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index eb47d93ee..c91a2de90 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.10.0 commit = True message = Release v{new_version} tag = True @@ -17,4 +17,3 @@ replace = [bumpversion:file:doc/changelog.asciidoc] search = (unreleased) replace = ({now:%Y-%m-%d}) - diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 818ed34ce..d5806c5f0 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,7 +15,7 @@ breaking changes (such as renamed commands) can happen in minor releases. // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. -v1.10.0 (unreleased) +v1.10.0 (2020-02-02) -------------------- Added diff --git a/misc/org.qutebrowser.qutebrowser.appdata.xml b/misc/org.qutebrowser.qutebrowser.appdata.xml index a048e2f45..4a52401e4 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 163d7207e..41d872d64 100644 --- a/qutebrowser/__init__.py +++ b/qutebrowser/__init__.py @@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2020 Florian Bruhin (The Compiler)" __license__ = "GPL" __maintainer__ = __author__ __email__ = "mail@qutebrowser.org" -__version__ = "1.9.0" +__version__ = "1.10.0" __version_info__ = tuple(int(part) for part in __version__.split('.')) __description__ = "A keyboard-driven, vim-like browser based on PyQt5." -- cgit v1.2.3-54-g00ecf