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

Commit 8f8280b

Browse files
committed
Release 1.1.0
1 parent 81b429b commit 8f8280b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.rst

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

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

6+
Version 1.1.0
7+
-------------
8+
9+
* Improve intersphinx robustness
10+
* Update all dependencies for building documentation
11+
* Packaging: use bumpver and flit to build/publish
12+
* Improve documentation installing instructions
13+
* Setup pip-tools together with dependabot to handle dependencies updates
14+
* Remove tests for Python 3.6 and Python 3.7 and add newer Sphinx versions (4.4, 4.5 and 5.0)
15+
616
Version 1.0.1
717
-------------
818

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.0.1"
3+
__version__ = "1.1.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords=[
1919
dependencies = [
2020
"sphinx >=1.8",
2121
]
22-
version = "1.0.1"
22+
version = "1.1.0"
2323
readme = "README.rst"
2424
license = {file = "LICENSE"}
2525
classifiers = [
@@ -73,7 +73,7 @@ exclude = [
7373
]
7474

7575
[tool.bumpver]
76-
current_version = "1.0.1"
76+
current_version = "1.1.0"
7777
version_pattern = "MAJOR.MINOR.PATCH"
7878
commit_message = "Release {new_version}"
7979
commit = true

0 commit comments

Comments
 (0)