From 9845e72feeae69a84d0e0d959f0cbbbbc57c2ef2 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 27 Jun 2024 16:46:03 +0200 Subject: [PATCH] Release 0.33.0 --- CHANGES.rst | 3 +++ src/crate/theme/rtd/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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__