From 7b74f61fc9ff810b8efd4bb7c03589c4f859879d Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Mon, 5 Aug 2024 09:41:29 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- rockcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 130deca5..e544ffe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.poetry] name = "repo-policy-compliance" -version = "1.10.0" +version = "1.10.1" description = "Checks GitHub repository settings for compliance with policy" authors = ["Canonical IS DevOps "] license = "Apache 2.0" diff --git a/rockcraft.yaml b/rockcraft.yaml index a5fa6d34..69ffb671 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -3,7 +3,7 @@ name: repo-policy-compliance base: ubuntu@22.04 -version: '1.10.0' +version: '1.10.1' summary: Check the repository setup for policy compliance description: | Used to check whether a GitHub repository complies with expected policies.