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

Commit ab0a245

Browse files
committed
Release 1.4.1
1 parent ba57ff3 commit ab0a245

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ Changelog
33

44
This page shows all the changes done on each version.
55

6+
Version 1.4.1
7+
-------------
8+
9+
* Better compatibility with intersphinx and Sphinx 7.4 (https://github.com/readthedocs/sphinx-hoverxref/pull/302)
10+
* Update dependencies
11+
612
Version 1.4.0
713
-------------
814

9-
* Require ``sphinxcontrib-bibtex>=2.6.0`` (https://github.com/readthedocs/sphinx-hoverxref/pull/281)
15+
* Require ``sphinxcontrib-bibtex>=2.6.0`` (https://github.com/readthedocs/sphinx-hoverxref/pull/281)
1016
* Sphinx 5 is the minimum supported version (https://github.com/readthedocs/sphinx-hoverxref/pull/282)
1117
* Default ``hoverxref_api_host`` to ``/_`` to make use of our proxied API (https://github.com/readthedocs/sphinx-hoverxref/pull/134)
1218

hoverxref/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Sphinx extension to show tooltips with content embedded when hover a reference."""
22

3-
__version__ = "1.4.0"
3+
__version__ = "1.4.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"sphinx >=5.0",
2121
"sphinxcontrib-jquery",
2222
]
23-
version = "1.4.0"
23+
version = "1.4.1"
2424
readme = "README.rst"
2525
license = {file = "LICENSE"}
2626
classifiers = [
@@ -78,7 +78,7 @@ exclude = [
7878
]
7979

8080
[tool.bumpver]
81-
current_version = "1.4.0"
81+
current_version = "1.4.1"
8282
version_pattern = "MAJOR.MINOR.PATCH"
8383
commit_message = "Release {new_version}"
8484
commit = true

0 commit comments

Comments
 (0)