diff --git a/CHANGES.rst b/CHANGES.rst index 00d0d0ac..a673026b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ CHANGES Unreleased ---------- + +2024/11/06 0.35.1 +----------------- - Webpack: Use legacy configuration options with Sass 16 - Re-added menu item about Cloud CLI (croud) diff --git a/src/crate/theme/rtd/__init__.py b/src/crate/theme/rtd/__init__.py index ddb33ffc..44421cef 100644 --- a/src/crate/theme/rtd/__init__.py +++ b/src/crate/theme/rtd/__init__.py @@ -23,7 +23,7 @@ import os -VERSION = (0, 35, 0) +VERSION = (0, 35, 1) __version__ = ".".join(str(v) for v in VERSION) __version_full__ = __version__