diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-02-25 13:50:59 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-02-25 13:50:59 +0100 |
commit | 32f8349fbb1783930bac1734c47bb8c9467e29a5 (patch) | |
tree | 15bd65df6b3ace136693e61267bc7a7bcbf12f05 | |
parent | e5fd87e64dd1a834b256151e69273931f4bee783 (diff) | |
download | qutebrowser-32f8349fbb1783930bac1734c47bb8c9467e29a5.tar.gz qutebrowser-32f8349fbb1783930bac1734c47bb8c9467e29a5.zip |
Release v1.6.0v1.6.0
-rw-r--r-- | doc/changelog.asciidoc | 4 | ||||
-rw-r--r-- | qutebrowser/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index ff22fe1ea..46b9a12ab 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.6.0 (unreleased) -------------------- +v1.6.0 +------ Added ~~~~~ diff --git a/qutebrowser/__init__.py b/qutebrowser/__init__.py index 9e0f076ac..713575646 100644 --- a/qutebrowser/__init__.py +++ b/qutebrowser/__init__.py @@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2019 Florian Bruhin (The Compiler)" __license__ = "GPL" __maintainer__ = __author__ __email__ = "mail@qutebrowser.org" -__version_info__ = (1, 5, 2) +__version_info__ = (1, 6, 0) __version__ = '.'.join(str(e) for e in __version_info__) __description__ = "A keyboard-driven, vim-like browser based on PyQt5." |