File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Changelog
2
2
=========
3
3
4
4
5
+ 1.2.1
6
+ _____
7
+
8
+ * Fix typo in README.rst by @lebrice in https://github.com/pytest-dev/pytest-fixture-tools/pull/10
9
+ * Fix #8 - Remove migrate setup.py to pyproject.toml by @ogajduse in https://github.com/pytest-dev/pytest-fixture-tools/pull/9
10
+ * Fix getfixturedefs call by @MaksimKravchuk in https://github.com/pytest-dev/pytest-fixture-tools/pull/12
11
+
5
12
1.2.0
6
13
-----
7
14
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " pytest-fixture-tools"
7
- version = " 1.2.0 "
7
+ version = " 1.2.1 "
8
8
description = " Plugin for pytest which provides tools for fixtures"
9
9
dynamic = [" readme" ]
10
10
authors = [
You can’t perform that action at this time.
0 commit comments