From c8470353834b6241997428c7b6a4ba8c0a6b38d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Feb 2023 18:05:24 +0000 Subject: [PATCH] chore(release): 1.25.1 [skip ci] ## [1.25.1](https://github.com/emma-simbot/policy/compare/v1.25.0...v1.25.1) (2023-02-06) ### Bug Fixes * negative candidate ids ([#696](https://github.com/emma-simbot/policy/issues/696)) ([8a27cf6](https://github.com/emma-simbot/policy/commit/8a27cf6f69fe95b1cd8ac760f04fc9fe58546e9e)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/emma_policy/_version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa63b0..e543a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.1](https://github.com/emma-simbot/policy/compare/v1.25.0...v1.25.1) (2023-02-06) + + +### Bug Fixes + +* negative candidate ids ([#696](https://github.com/emma-simbot/policy/issues/696)) ([8a27cf6](https://github.com/emma-simbot/policy/commit/8a27cf6f69fe95b1cd8ac760f04fc9fe58546e9e)) + ## [1.25.0](https://github.com/emma-simbot/policy/compare/v1.24.0...v1.25.0) (2023-02-06) diff --git a/pyproject.toml b/pyproject.toml index 87c6520..d28d141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "emma-policy" -version = "1.25.0" +version = "1.25.1" description = "" authors = ["Amit Parekh "] readme = "README.md" diff --git a/src/emma_policy/_version.py b/src/emma_policy/_version.py index 7267b91..23405df 100644 --- a/src/emma_policy/_version.py +++ b/src/emma_policy/_version.py @@ -4,4 +4,4 @@ # 3) we can import it into your module module # # This is automatic, therefore DO NOT manually change this file! -__version__ = "1.25.0" +__version__ = "1.25.1"