Skip to content

Commit cc40108

Browse files
committed
Release 1.2.1
1 parent cffa7a2 commit cc40108

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
=========
33

44

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+
512
1.2.0
613
-----
714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pytest-fixture-tools"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "Plugin for pytest which provides tools for fixtures"
99
dynamic = ["readme"]
1010
authors = [

0 commit comments

Comments
 (0)