We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d139f commit e85257fCopy full SHA for e85257f
docs/changelog.md
@@ -21,6 +21,11 @@ from the examples given in that link.
21
22
<!-- towncrier release notes start -->
23
24
+## mkdocstrings-python-accessors v0.1.1 (2025-01-17)
25
+
26
+No significant changes.
27
28
29
## mkdocstrings-python-accessors v0.1.0 (2025-01-17)
30
31
### 🔧 Trivial/Internal Changes
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mkdocstrings-python-accessors"
3
-version = "0.1.1a1"
+version = "0.1.1"
4
description = "Support for documenting accessors with mkdocstrings."
5
authors = [
6
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-resource.com" },
0 commit comments