Skip to content

Commit

Permalink
Release v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed May 26, 2022
1 parent f4f15fa commit 1996c4d
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.0
current_version = 2.5.1
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.1]]
v2.5.1 (unreleased)
v2.5.1 (2022-05-26)
-------------------

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.1" date="2022-05-26"/>
<release version="2.5.0" date="2022-04-01"/>
<release version="2.4.0" date="2021-10-21"/>
<release version="2.3.1" date="2021-07-28"/>
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.0"
__version__ = "2.5.1"
__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 1996c4d

Please sign in to comment.