From 7e7d18f113eefbd1f619eef39339c11d25306971 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 3 Oct 2018 15:49:00 +0200 Subject: Release v1.5.0 --- doc/changelog.asciidoc | 4 ++-- qutebrowser/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 8bc92b838..d9c95a8fa 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,8 +15,8 @@ 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.5.0 (unreleased) -------------------- +v1.5.0 +------ Added ~~~~~ diff --git a/qutebrowser/__init__.py b/qutebrowser/__init__.py index e75b2755d..c3745e766 100644 --- a/qutebrowser/__init__.py +++ b/qutebrowser/__init__.py @@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2018 Florian Bruhin (The Compiler)" __license__ = "GPL" __maintainer__ = __author__ __email__ = "mail@qutebrowser.org" -__version_info__ = (1, 4, 2) +__version_info__ = (1, 5, 0) __version__ = '.'.join(str(e) for e in __version_info__) __description__ = "A keyboard-driven, vim-like browser based on PyQt5." -- cgit v1.2.3-54-g00ecf