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 +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ Changelog
3
3
4
4
This page shows all the changes done on each version.
5
5
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
+
6
16
Version 1.0.1
7
17
-------------
8
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.0.1 "
3
+ __version__ = "1.1.0 "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords=[
19
19
dependencies = [
20
20
" sphinx >=1.8" ,
21
21
]
22
- version = " 1.0.1 "
22
+ version = " 1.1.0 "
23
23
readme = " README.rst"
24
24
license = {file = " LICENSE" }
25
25
classifiers = [
@@ -73,7 +73,7 @@ exclude = [
73
73
]
74
74
75
75
[tool .bumpver ]
76
- current_version = " 1.0.1 "
76
+ current_version = " 1.1.0 "
77
77
version_pattern = " MAJOR.MINOR.PATCH"
78
78
commit_message = " Release {new_version}"
79
79
commit = true
You can’t perform that action at this time.
0 commit comments