Skip to content

Commit 7531042

Browse files
committed
Bump version and update changelog
1 parent 80596a7 commit 7531042

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGES.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ Planned
4949
- Add support of native legacy cucumber-json
5050
- Test against https://github.com/cucumber/json-formatter
5151

52-
Unreleased
52+
2.1.4
5353
----------
54-
- Add support of python 3.12 at CI
55-
- Add Support of pytest 8
56-
- Switch to gherkin official package: https://pypi.org/project/ci-environment/
54+
- Add support for Python 3.12 in CI
55+
- Add support for pytest 8
56+
- Switch to the official Gherkin package: https://pypi.org/project/ci-environment/
57+
- Fix other compatibility issues
5758

5859
2.1.0
5960
----------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ name = "pytest-bdd-ng"
8080
readme = {file = "README.rst", content-type = "text/x-rst"}
8181
requires-python = ">=3.8"
8282
urls = {Repository = "https://github.com/elchupanebrej/pytest-bdd-ng"}
83-
version = "2.1.3"
83+
version = "2.1.4"
8484

8585
[project.entry-points]
8686
pytest11 = {"pytest-bdd" = "pytest_bdd.plugin"}

0 commit comments

Comments
 (0)