From 4b4aa6e117cc7500afe2db89d5fd0e100abe5431 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 31 Jan 2024 11:19:26 +0000 Subject: [PATCH] 1.1.0-rc.5 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 3e595d2bc..ba5b418ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v1.1.0-rc.5 (2024-01-31) + + + ## v1.1.0-rc.4 (2024-01-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8fec8b3c1..261c8dd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.1.0-rc.4" +version = "1.1.0-rc.5" 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"