Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 1, 2021
1 parent 4879d78 commit f35f56e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.2
current_version = 2.2.3
commit = True
message = Release v{new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.asciidoc
Expand Up @@ -16,7 +16,7 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Security` to invite users to upgrade in case of vulnerabilities.

[[v2.2.3]]
v2.2.3 (unreleased)
v2.2.3 (2021-06-01)
-------------------

Fixed
Expand Down
1 change: 1 addition & 0 deletions misc/org.qutebrowser.qutebrowser.appdata.xml
Expand Up @@ -44,6 +44,7 @@
</content_rating>
<releases>
<!-- Add new releases here -->
<release version="2.2.3" date="2021-06-01"/>
<release version="2.2.2" date="2021-05-20"/>
<release version="2.2.1" date="2021-04-29"/>
<release version="2.2.0" date="2021-04-13"/>
Expand Down
2 changes: 1 addition & 1 deletion qutebrowser/__init__.py
Expand Up @@ -26,7 +26,7 @@
__license__ = "GPL"
__maintainer__ = __author__
__email__ = "mail@qutebrowser.org"
__version__ = "2.2.2"
__version__ = "2.2.3"
__version_info__ = tuple(int(part) for part in __version__.split('.'))
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."

Expand Down

0 comments on commit f35f56e

Please sign in to comment.