From 4cf47f89f99231d95c8aa68d8b0fb36408ee6f88 Mon Sep 17 00:00:00 2001 From: Samuel Searles-Bryant Date: Tue, 27 Aug 2024 16:26:15 +0100 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461f097..01e77cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 1.5.0 (2024-08-27) + ### Added - Silence errors with `mypy`. diff --git a/setup.cfg b/setup.cfg index 171fc49..99d743e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = silence_lint_error -version = 1.4.2 +version = 1.5.0 description = silence linting errors by adding ignore/fixme comments long_description = file: README.md long_description_content_type = text/markdown