Skip to content

Commit d38c410

Browse files
committed
Bump version to 2.8.1
1 parent 643e777 commit d38c410

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGES.rst

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Unreleased
1111

1212
Added
1313
+++++
14-
* Test against all supported `factory-boy` versions
1514

1615
Changed
1716
+++++++
@@ -24,7 +23,31 @@ Removed
2423

2524
Fixed
2625
+++++
27-
* Fix incompatibility when using the combination of python < 3.12 and factory-boy < 3.3
26+
27+
Security
28+
++++++++
29+
30+
2.8.1
31+
----------
32+
33+
Added
34+
+++++
35+
* Test against all supported ``factory-boy`` versions
36+
37+
Changed
38+
+++++++
39+
40+
Deprecated
41+
++++++++++
42+
43+
Removed
44+
+++++++
45+
46+
Fixed
47+
+++++
48+
* Fix incompatibility when using the combination of python < 3.12 and factory-boy < 3.3.
49+
50+
* The error was: ``TypeError: type 'Factory' is not subscriptable``
2851

2952
Security
3053
++++++++

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.8.0"
3+
version = "2.8.1"
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)