From 7544ecab176e04c363b9bb5f2fb4247a6bc1def6 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:53:47 +0100 Subject: [PATCH] Bump version 2.6.1 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 868cd45..e7da9a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Changelog Unreleased ---------- + +2.6.1 +---------- - Address compatibility issue with pytest 8.1. `#213 `_ 2.6.0 diff --git a/pyproject.toml b/pyproject.toml index 264b386..4c469de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-factoryboy" -version = "2.6.0" +version = "2.6.1" description = "Factory Boy support for pytest." authors = ["Oleg Pidsadnyi "] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]