Skip to content

Commit

Permalink
Merge remote-tracking branch 'experiments/main' into m1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 11, 2024
2 parents 913ebf0 + 673382d commit 63ba9ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0
current_version = 3.3.0
commit = True
message = Release v{new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.asciidoc
Original file line number Diff line number Diff line change
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.

[[v3.2.1]]
v3.2.1 (unreleased)
v3.2.1 (2024-06-11)
-------------------

Fixed
Expand Down
1 change: 1 addition & 0 deletions misc/org.qutebrowser.qutebrowser.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</content_rating>
<releases>
<!-- Add new releases here -->
<release version="3.3.0" date="2024-06-11"/>
<release version="3.2.0" date="2024-06-03"/>
<release version="3.1.0" date="2023-12-08"/>
<release version="3.0.2" date="2023-10-19"/>
Expand Down
2 changes: 1 addition & 1 deletion qutebrowser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__license__ = "GPL"
__maintainer__ = __author__
__email__ = "[email protected]"
__version__ = "3.2.0"
__version__ = "3.3.0"
__version_info__ = tuple(int(part) for part in __version__.split('.'))
__description__ = "A keyboard-driven, vim-like browser based on Python and Qt."

Expand Down

0 comments on commit 63ba9ac

Please sign in to comment.