Skip to content

Commit 8a52ff3

Browse files
authored
Merge pull request #244 from pytest-dev/bump-version
Bump version to 2.8.0
2 parents a58d593 + 003fa12 commit 8a52ff3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,32 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
99
Unreleased
1010
----------
1111

12+
Added
13+
+++++
14+
15+
Changed
16+
+++++++
17+
18+
Deprecated
19+
++++++++++
20+
21+
Removed
22+
+++++++
23+
24+
Fixed
25+
+++++
26+
27+
Security
28+
++++++++
29+
30+
2.8.0
31+
----------
32+
1233
Added
1334
+++++
1435
* Declare compatibility with python 3.13. Supported versions are now: 3.9, 3.10, 3.11, 3.12, 3.13.
36+
* Test against pytest 8.4
37+
* Test against python 3.14 (beta)
1538

1639
Changed
1740
+++++++

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-factoryboy"
3-
version = "2.7.0"
3+
version = "2.8.0"
44
description = "Factory Boy support for pytest."
55
authors = [ { name = "Oleg Pidsadnyi", email= "oleg.pidsadnyi@gmail.com" } ]
66
maintainers = [ { name = "Alessio Bogon", email = "778703+youtux@users.noreply.github.com" } ]

0 commit comments

Comments
 (0)