Release v1.10.2

# Conflicts:
#	doc/changelog.asciidoc
This commit is contained in:
Florian Bruhin 2020-04-17 18:12:35 +02:00
parent ceb1465bd3
commit 615dd76d4f
4 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.10.1
current_version = 1.10.2
commit = True
message = Release v{new_version}
tag = True

View File

@ -26,7 +26,7 @@ Fixed
Greasemonkey scripts (but still separate from the page's `window`), to
match the original Greasemonkey implementation.
v1.10.2 (unreleased)
v1.10.2 (2020-04-17)
--------------------
Changed

View File

@ -44,6 +44,7 @@
</content_rating>
<releases>
<!-- Add new releases here -->
<release version="1.10.2" date="2020-04-17"/>
<release version="1.10.1" date="2020-02-15"/>
<release version="1.10.0" date="2020-02-02"/>
<release version="1.9.0" date="2020-01-08"/>

View File

@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2020 Florian Bruhin (The Compiler)"
__license__ = "GPL"
__maintainer__ = __author__
__email__ = "mail@qutebrowser.org"
__version__ = "1.10.1"
__version__ = "1.10.2"
__version_info__ = tuple(int(part) for part in __version__.split('.'))
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."