We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155f074 commit 1e15d5aCopy full SHA for 1e15d5a
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 38, 7)
+VERSION = (0, 38, 6)
27
28
__version__ = ".".join(str(v) for v in VERSION)
29
__version_full__ = __version__
0 commit comments