Skip to content

Commit

Permalink
Release v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 22, 2022
1 parent f0436c0 commit 951a14a
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.5.1
current_version = 2.5.2
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.5.2]]
v2.5.2 (unreleased)
v2.5.2 (2022-06-22)
-------------------

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.5.2" date="2022-06-22"/>
<release version="2.5.1" date="2022-05-26"/>
<release version="2.5.0" date="2022-04-01"/>
<release version="2.4.0" date="2021-10-21"/>
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.5.1"
__version__ = "2.5.2"
__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 951a14a

Please sign in to comment.