diff --git a/CHANGES.rst b/CHANGES.rst index b7def25bd..ce9929f63 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,9 +6,13 @@ CHANGES Unreleased ---------- + +2023/12/07 0.29.9 +----------------- + - Updated SQL-99 CTAs - Updated unsplash profile URL to fix 404 -- Removed Segment and replaced it with Google Tagmanager +- Tracking: Removed Segment and replaced it with Google Tagmanager 2023/09/28 0.29.8 diff --git a/src/crate/theme/rtd/__init__.py b/src/crate/theme/rtd/__init__.py index 2ee40ef89..3f1ec833d 100644 --- a/src/crate/theme/rtd/__init__.py +++ b/src/crate/theme/rtd/__init__.py @@ -23,7 +23,7 @@ import os -VERSION = (0, 29, 8) +VERSION = (0, 29, 9) __version__ = ".".join(str(v) for v in VERSION) __version_full__ = __version__