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

Commit f63102a

Browse files
committed
Release 1.3.0
1 parent ad8a82d commit f63102a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

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

6+
Version 1.3.0
7+
-------------
8+
9+
* Handle explicit intersphinx inventory names in all domains --not just ``std`` (https://github.com/readthedocs/sphinx-hoverxref/pull/236)
10+
611
Version 1.2.0
712
-------------
813

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.2.0"
3+
__version__ = "1.3.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"sphinx >=1.8",
2121
"sphinxcontrib-jquery",
2222
]
23-
version = "1.2.0"
23+
version = "1.3.0"
2424
readme = "README.rst"
2525
license = {file = "LICENSE"}
2626
classifiers = [
@@ -75,7 +75,7 @@ exclude = [
7575
]
7676

7777
[tool.bumpver]
78-
current_version = "1.2.0"
78+
current_version = "1.3.0"
7979
version_pattern = "MAJOR.MINOR.PATCH"
8080
commit_message = "Release {new_version}"
8181
commit = true

0 commit comments

Comments
 (0)