From 1c2613b8e86a5875ecda1cc02664adb4a81ea5ae Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 15 Oct 2023 11:48:36 +0200 Subject: [PATCH] Upgrade the changelog for 1.1.3a0 release (#10) --- CHANGELOG.md | 6 ++++++ setup.py | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59758b8..3ea16bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [1.1.3] - 2023-10-15 + +### Fixed +- The continuous integration was fixed, as a new maintenance team was assembled. + + ## [1.1.2] - 2021-04-19 ### Fixed - Fix #18 plugin crash when test case is marked with a non-pytest.mark decorator diff --git a/setup.py b/setup.py index 667465c..0384661 100644 --- a/setup.py +++ b/setup.py @@ -11,11 +11,9 @@ setup( name="pylint-pytest", - version="1.1.2", - author="Reverb Chu", - author_email="pylint-pytest@reverbc.tw", - maintainer="Reverb Chu", - maintainer_email="pylint-pytest@reverbc.tw", + version="1.1.3a0", + author="Stavros Ntentos", + author_email="133706+stdedos@users.noreply.github.com", license="MIT", url="https://github.com/reverbc/pylint-pytest", description="A Pylint plugin to suppress pytest-related false positives.",