From 33cfa861bcfa9f6ce651a31dc0169ea03002cb15 Mon Sep 17 00:00:00 2001 From: lewisjared Date: Thu, 11 Apr 2024 05:16:26 +0000 Subject: [PATCH] bump: version 0.2.1a11 -> 0.2.1a12 --- docs/source/changelog.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 5fbb7cd..f62fa7d 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -19,6 +19,12 @@ of rst and use slightly different categories. +## fgen_example v0.2.1a12 (2024-04-11) + + +No significant changes. + + ## fgen_example v0.2.1a10 (2024-04-11) diff --git a/pyproject.toml b/pyproject.toml index 1f4de34..095a00d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # TODO: work out how to do this well (https://gitlab.com/magicc/copier-fgen-based-repository/-/issues/1) [project] name = "fgen-example" -version = "0.2.1a11" +version = "0.2.1a12" description = "Example project using fgen to wrap a simple module" readme = "README.md" authors = [{name = "Jared Lewis, email = jared.lewis@climate-resource.com"}] @@ -20,7 +20,7 @@ dependencies = [ [tool.poetry] name = "fgen-example" -version = "0.2.1a11" +version = "0.2.1a12" description = "Example project using fgen to wrap a simple module" readme = "README.md" authors = ["Jared Lewis "]