We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653cd3 commit fc69ec4Copy full SHA for fc69ec4
2 files changed
CHANGES.rst
@@ -5,6 +5,9 @@ CHANGES
5
6
Unreleased
7
----------
8
+
9
+2025/03/17 0.38.2
10
+-----------------
11
- Downgraded oEmbedPy Sphinx plugin to version 0.7, because of `THEME-586`_
12
13
.. _THEME-586: https://github.com/crate/crate-docs-theme/issues/586
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 38, 1)
+VERSION = (0, 38, 2)
27
28
__version__ = ".".join(str(v) for v in VERSION)
29
__version_full__ = __version__
0 commit comments