From c7e7741e4d5665a07b0985932acc484aac2d5095 Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:44:36 -0700 Subject: [PATCH] 2.2.1 --- changelog.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bfe34a0..3d90fb8 100644 --- a/changelog.md +++ b/changelog.md @@ -19,6 +19,12 @@ All notable changes to this project be documented in this file. - nothing so far --> +## [2.2.1] - 2023-Aug-11 + +### Changed + +- Increase Python range to include 3.7.0. Thanks [EliahKagan](https://github.com/EliahKagan) + ## [2.2.0] - 2023-July-14 ### Added diff --git a/pyproject.toml b/pyproject.toml index 811aa8c..7820fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [{name = "Brian Okken"}] readme = "README.md" license = {file = "LICENSE.txt"} description="A pytest plugin that allows multiple failures per test." -version = "2.2.0" +version = "2.2.1" requires-python = ">=3.7" classifiers = [ "License :: OSI Approved :: MIT License",