Skip to content

Commit fc69ec4

Browse files
committed
Release 0.38.2
1 parent b653cd3 commit fc69ec4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CHANGES
55

66
Unreleased
77
----------
8+
9+
2025/03/17 0.38.2
10+
-----------------
811
- Downgraded oEmbedPy Sphinx plugin to version 0.7, because of `THEME-586`_
912

1013
.. _THEME-586: https://github.com/crate/crate-docs-theme/issues/586

src/crate/theme/rtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import os
2525

26-
VERSION = (0, 38, 1)
26+
VERSION = (0, 38, 2)
2727

2828
__version__ = ".".join(str(v) for v in VERSION)
2929
__version_full__ = __version__

0 commit comments

Comments
 (0)