From 8804ea7c455e46d735ca9c89a5532a08e7628655 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 4 Jul 2024 18:44:48 +0200 Subject: [PATCH] Release 0.33.1 --- 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 a8de7538..703ff939 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ CHANGES Unreleased ---------- + +2024/07/04 0.33.1 +----------------- - CSS: Adjusted inner alignment being off for cards with links - Home: Added new top-level landing page, indexing the main docs entrypoints diff --git a/src/crate/theme/rtd/__init__.py b/src/crate/theme/rtd/__init__.py index 2938d212..a7b3521e 100644 --- a/src/crate/theme/rtd/__init__.py +++ b/src/crate/theme/rtd/__init__.py @@ -23,7 +23,7 @@ import os -VERSION = (0, 33, 0) +VERSION = (0, 33, 1) __version__ = ".".join(str(v) for v in VERSION) __version_full__ = __version__