From e1b5265ea12dfe86b7f5b9baa3e8f6ae356d606a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 1 Mar 2024 14:21:35 +0000 Subject: [PATCH] 1.2.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 734c73118..30cda3af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v1.2.0 (2024-03-01) + + + ## v1.2.0-rc.1 (2024-02-28) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 635a4a128..5fcd990c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.2.0-rc.1" +version = "1.2.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"