diff --git a/CHANGES.rst b/CHANGES.rst index 58eb9450..17d25fa0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ CHANGES Unreleased ---------- + +2024/06/27 0.33.0 +----------------- - Updated to ``sphinx-design-elements==0.4.0`` and ``sphinx-design==0.6.0`` - Removed support for Python 3.7 and 3.8 diff --git a/src/crate/theme/rtd/__init__.py b/src/crate/theme/rtd/__init__.py index 24ac265c..2938d212 100644 --- a/src/crate/theme/rtd/__init__.py +++ b/src/crate/theme/rtd/__init__.py @@ -23,7 +23,7 @@ import os -VERSION = (0, 32, 4) +VERSION = (0, 33, 0) __version__ = ".".join(str(v) for v in VERSION) __version_full__ = __version__