We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db37d3f commit c467e81Copy full SHA for c467e81
CHANGELOG.md
@@ -4,6 +4,20 @@ sphinx-mdinclude
4
[![Generated by attribution][attribution-badge]][attribution-url]
5
6
7
+v0.6.2
8
+------
9
+
10
+Maintenance release
11
12
+- Fix minimum docutils dependency requirement (#80)
13
14
+```text
15
+$ git shortlog -s v0.6.1...v0.6.2
16
+ 2 Amethyst Reese
17
+ 1 Emil van der Westhuizen
18
+```
19
20
21
v0.6.1
22
------
23
sphinx_mdinclude/__version__.py
@@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""
-__version__ = "0.6.1"
+__version__ = "0.6.2"
0 commit comments