From 4c0531da2cf78f3433c4637b8ea18e45989db53b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 14 Mar 2024 14:44:52 +0000 Subject: [PATCH] 1.3.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 2e2dc3624..06110effc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v1.3.0 (2024-03-14) + + + ## v1.3.0-rc.4 (2024-03-14) diff --git a/pyproject.toml b/pyproject.toml index 51df99676..4124ac0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.3.0-rc.4" +version = "1.3.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"