Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Release 1.4.2 #320

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

This page shows all the changes done on each version.

Version 1.4.2
-------------

* Make it compatible with sphinx-tabs >=3.4.6 (https://github.com/readthedocs/sphinx-hoverxref/pull/318).
* Update dependencies

Version 1.4.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion hoverxref/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Sphinx extension to show tooltips with content embedded when hover a reference."""

__version__ = "1.4.1"
__version__ = "1.4.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"sphinx >=5.0",
"sphinxcontrib-jquery",
]
version = "1.4.1"
version = "1.4.2"
readme = "README.rst"
license = {file = "LICENSE"}
classifiers = [
Expand Down Expand Up @@ -78,7 +78,7 @@ exclude = [
]

[tool.bumpver]
current_version = "1.4.1"
current_version = "1.4.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Release {new_version}"
commit = true
Expand Down
Loading