From 127688b527c94be1cce2a74ebe6af030e3d18221 Mon Sep 17 00:00:00 2001 From: zon-ops <79702262+zon-ops@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:38:07 +0000 Subject: [PATCH] Preparing release: 6.35.0 --- core/CHANGES.rst | 6 ++++++ core/docs/changelog/WCM-316.change | 1 - core/src/zeit/cms/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 core/docs/changelog/WCM-316.change diff --git a/core/CHANGES.rst b/core/CHANGES.rst index cbca9b6cd7..1d27b91894 100644 --- a/core/CHANGES.rst +++ b/core/CHANGES.rst @@ -3,6 +3,12 @@ vivi.core changes .. towncrier release notes start +6.35.0 (2024-09-17) +------------------- + +- WCM-316: add teaser title, teaser text and background color to volume + + 6.34.0 (2024-09-11) ------------------- diff --git a/core/docs/changelog/WCM-316.change b/core/docs/changelog/WCM-316.change deleted file mode 100644 index 90f31ca380..0000000000 --- a/core/docs/changelog/WCM-316.change +++ /dev/null @@ -1 +0,0 @@ -WCM-316: add teaser title, teaser text and background color to volume \ No newline at end of file diff --git a/core/src/zeit/cms/__init__.py b/core/src/zeit/cms/__init__.py index a817a55e21..062b523dae 100644 --- a/core/src/zeit/cms/__init__.py +++ b/core/src/zeit/cms/__init__.py @@ -1 +1 @@ -__version__ = '6.35.0.dev0' +__version__ = '6.35.0'