We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c623dec commit 6ae84a4Copy full SHA for 6ae84a4
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog - toc
2
3
-## [2.7.0] - 2024-05-14
+## [2.7.1] - 2024-08-19
4
### Added
5
6
- Placing TOC after module docstring in python files
@@ -12,6 +12,7 @@
12
13
### Fixed
14
15
+- Docstring matching
16
- HTML headings that span across multiple lines are now matched
17
18
### Testing
pyproject.toml
@@ -22,7 +22,7 @@ packages = ["toc"]
22
23
[project]
24
name = "tableofcontents"
25
-version = "2.7.0"
+version = "2.7.1"
26
authors = [
27
{ name="AlphaJack" },
28
]
0 commit comments