Skip to content

Commit 3fb32f3

Browse files
committed
Release 0.38.0
1 parent 6c04744 commit 3fb32f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ CHANGES
55

66
Unreleased
77
----------
8+
9+
2025/01/27 0.38.0
10+
-----------------
811
- Added `MyST-NB`_, for rendering Jupyter notebooks
912
- Added `JupySQL`_, for running SQL in Jupyter/IPython
1013
- MyST-NB: Fixed dark mode for tables in Jupyter Notebooks.
1114
Thank you, @surister and @msbt.
1215
- Added `oEmbedPy`_ and `sphinxcontrib-youtube`_ for embedding
1316
videos from YouTube, Vimeo, and more
1417
- Sandbox: Updated build environment to use Node.js 22
18+
- CSS: Added hover color for ``tr`` overrides. Thanks, @msbt.
1519

1620
.. _JupySQL: https://jupysql.ploomber.io/
1721
.. _MyST-NB: https://myst-nb.readthedocs.io/

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, 37, 2)
26+
VERSION = (0, 38, 0)
2727

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

0 commit comments

Comments
 (0)