From 6b7dceee8eafdf9ff72fe948481b26fa2164f181 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 7 Oct 2024 12:49:26 +0000 Subject: [PATCH] 1.7.0-rc.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981fbc412..7572f19b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.7.0-rc.7 (2024-10-07) + +### Feature + +* User changes to contentful content model ([`543b079`](https://github.com/ONSdigital/sml-catalogue/commit/543b079d8c31a4f4d0932206264fd84699edcd5a)) + ## v1.7.0-rc.6 (2024-10-07) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 67a8092ed..70a71c687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.7.0-rc.6" +version = "1.7.0-rc.7" description = "This repo contains the build environment and code to generate and upload the Statistical Methods Library (SML) Portal Web Application." authors = [] readme = "README.md"