From 1fc6abe31c42df7b92ada7b182732f67dcf5df54 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 15 Oct 2023 11:15:56 +0200 Subject: [PATCH] Upgrade the changelog for 1.1.3a0 release --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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..c582d3a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pylint-pytest", - version="1.1.2", + version="1.1.3a0", author="Reverb Chu", author_email="pylint-pytest@reverbc.tw", maintainer="Reverb Chu",