From b305f39bf3c37d074c47cd6f238a7900e5a802cb Mon Sep 17 00:00:00 2001 From: eonu Date: Fri, 15 Dec 2023 00:13:04 +0000 Subject: [PATCH] release: v0.1.2rc1 --- CHANGELOG.md | 6 ++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2dccd..b37e07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v0.1.2rc1](https://github.com/eonu/feud/releases/tag/v0.1.2rc1) - 2023-12-15 + +### Bug Fixes + +- fix repository issue/PR templates ([#97](https://github.com/eonu/feud/issues/97)) + ## [v0.1.1](https://github.com/eonu/feud/releases/tag/v0.1.1) - 2023-12-14 ### Bug Fixes diff --git a/docs/source/conf.py b/docs/source/conf.py index af6285a..92d86de 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ project = "feud" copyright = "2023-2025, Feud Developers" # noqa: A001 author = "Edwin Onuonga (eonu)" -release = "0.1.1" +release = "0.1.2rc1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index b90d367..b1caeb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "feud" -version = "0.1.1" +version = "0.1.2rc1" license = "MIT" authors = ["Edwin Onuonga "] maintainers = ["Edwin Onuonga "]