We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606684a commit dd1b03fCopy full SHA for dd1b03f
2 files changed
CHANGES.rst
@@ -5,6 +5,9 @@ CHANGES
5
6
Unreleased
7
----------
8
+
9
+2025/06/11 0.38.6
10
+-----------------
11
- Fixed favicon HTML. Thanks, @michaelkremmel.
12
13
2025/05/08 0.38.5
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 38, 5)
+VERSION = (0, 38, 6)
27
28
__version__ = ".".join(str(v) for v in VERSION)
29
__version_full__ = __version__
0 commit comments