Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Oct 21, 2021
1 parent 89cb4cf commit 36ffff2
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.3.1
current_version = 2.4.0
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.4.0]]
v2.4.0 (unreleased)
v2.4.0 (2021-10-21)
-------------------

Security
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.4.0" date="2021-10-21"/>
<release version="2.3.1" date="2021-07-28"/>
<release version="2.3.0" date="2021-06-28"/>
<release version="2.2.3" date="2021-06-01"/>
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.3.1"
__version__ = "2.4.0"
__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 36ffff2

Please sign in to comment.