From 56796d49e9aeb73dd42bf963822ccd85ffc0d190 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 2 May 2024 13:21:20 +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 77356727..3da70544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.poetry] name = "repo-policy-compliance" -version = "1.8.0" +version = "1.8.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 b726725b..bab40f49 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -3,7 +3,7 @@ name: repo-policy-compliance base: ubuntu@22.04 -version: '1.8.0' +version: '1.8.1' summary: Check the repository setup for policy compliance description: | Used to check whether a GitHub repository complies with expected policies.