Skip to content

Commit

Permalink
Release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 27, 2025
1 parent 6c04744 commit 3fb32f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ CHANGES

Unreleased
----------

2025/01/27 0.38.0
-----------------
- Added `MyST-NB`_, for rendering Jupyter notebooks
- Added `JupySQL`_, for running SQL in Jupyter/IPython
- MyST-NB: Fixed dark mode for tables in Jupyter Notebooks.
Thank you, @surister and @msbt.
- Added `oEmbedPy`_ and `sphinxcontrib-youtube`_ for embedding
videos from YouTube, Vimeo, and more
- Sandbox: Updated build environment to use Node.js 22
- CSS: Added hover color for ``tr`` overrides. Thanks, @msbt.

.. _JupySQL: https://jupysql.ploomber.io/
.. _MyST-NB: https://myst-nb.readthedocs.io/
Expand Down
2 changes: 1 addition & 1 deletion src/crate/theme/rtd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import os

VERSION = (0, 37, 2)
VERSION = (0, 38, 0)

__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__
Expand Down

0 comments on commit 3fb32f3

Please sign in to comment.