From eef2052a09cd94f0e0401bb9413a810d1a6588d7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 11 Dec 2024 16:50:07 +0000 Subject: [PATCH] 1.12.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 edfbc4f7b..58d854544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v1.12.0 (2024-12-11) + + + ## v1.12.0-rc.5 (2024-12-04) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 26c298791..8af9ef66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.12.0-rc.5" +version = "1.12.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"