Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed May 30, 2024
1 parent e787160 commit 583c17e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

This page shows all the changes done on each version.

Version 1.4.0
-------------

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

Version 1.3.0
-------------

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.3.0"
__version__ = "1.4.0"
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.3.0"
version = "1.4.0"
readme = "README.rst"
license = {file = "LICENSE"}
classifiers = [
Expand Down Expand Up @@ -78,7 +78,7 @@ exclude = [
]

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

0 comments on commit 583c17e

Please sign in to comment.