From 9e3e867a19bb5fb5e505b7f3e554a6ba4461e3a6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 14 Mar 2022 13:29:17 +0100 Subject: [PATCH] New upstream release 0.5.3 --- CHANGELOG.md | 11 +++++++++++ colin.spec | 5 ++++- colin/version.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f002da3..f913a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.5.3 + +## Fixes + +- Add additional global location of rulesets for default installation from PyPI + +## Minor + +- Run tests in upstream on the Testing Farm via Packit +- Few code-style changes suggested by Sourcery + # 0.5.2 ## Fixes diff --git a/colin.spec b/colin.spec index 10e69e7..45423a5 100644 --- a/colin.spec +++ b/colin.spec @@ -9,7 +9,7 @@ %endif Name: %{pypi_name} -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles. @@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Mon Mar 14 2022 Lukas Slebodnik - 0.5.3-1 +- New upstream release 0.5.3 + * Wed Jan 12 09:32:57 CET 2022 Frantisek Lachman - 0.5.2-1 - New upstream release 0.5.2 diff --git a/colin/version.py b/colin/version.py index fa05e26..0fb4b2d 100644 --- a/colin/version.py +++ b/colin/version.py @@ -14,4 +14,4 @@ # along with this program. If not, see . # -__version__ = "0.5.2" +__version__ = "0.5.3"