From 66c630cdf18c2a7c9fffed5b27d67310548afb12 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:31:52 +0100 Subject: [PATCH] Bump version to 2.7.0 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7afb235..e4b06e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Changelog Unreleased ---------- + +2.7.0 +---------- - Declare required python version >= 3.8. (python 3.7 support was already removed in 2.6.0, the declared supported version tag was not updated though). `#215 `_ 2.6.1 diff --git a/pyproject.toml b/pyproject.toml index 7665e3c..a55ae0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-factoryboy" -version = "2.6.1" +version = "2.7.0" description = "Factory Boy support for pytest." authors = ["Oleg Pidsadnyi "] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]