From 68bac798491bd5024e96c076c1261f3e75273382 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 8 Oct 2024 15:09:24 +0000 Subject: [PATCH] 1.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7572f19b2..3e6e66952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v1.7.0 (2024-10-08) + + + ## v1.7.0-rc.7 (2024-10-07) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 70a71c687..d0f13c1b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.7.0-rc.7" +version = "1.7.0" 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"