This repository was archived by the owner on Apr 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ Changelog
3
3
4
4
This page shows all the changes done on each version.
5
5
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
+
6
12
Version 1.4.0
7
13
-------------
8
14
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)
10
16
* Sphinx 5 is the minimum supported version (https://github.com/readthedocs/sphinx-hoverxref/pull/282)
11
17
* Default ``hoverxref_api_host `` to ``/_ `` to make use of our proxied API (https://github.com/readthedocs/sphinx-hoverxref/pull/134)
12
18
Original file line number Diff line number Diff line change 1
1
"""Sphinx extension to show tooltips with content embedded when hover a reference."""
2
2
3
- __version__ = "1.4.0 "
3
+ __version__ = "1.4.1 "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies = [
20
20
" sphinx >=5.0" ,
21
21
" sphinxcontrib-jquery" ,
22
22
]
23
- version = " 1.4.0 "
23
+ version = " 1.4.1 "
24
24
readme = " README.rst"
25
25
license = {file = " LICENSE" }
26
26
classifiers = [
@@ -78,7 +78,7 @@ exclude = [
78
78
]
79
79
80
80
[tool .bumpver ]
81
- current_version = " 1.4.0 "
81
+ current_version = " 1.4.1 "
82
82
version_pattern = " MAJOR.MINOR.PATCH"
83
83
commit_message = " Release {new_version}"
84
84
commit = true
You can’t perform that action at this time.
0 commit comments