Skip to content

Commit 3e21601

Browse files
authored
Release v4.0.0 (#725)
1 parent b7c50c1 commit 3e21601

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changelog.rst

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
66
Version History
77
---------------
88

9+
4.0.0 (2023-09-01)
10+
~~~~~~~~~~~~~~~~~~
11+
12+
This release is the result of more than two years of rewrites.
13+
14+
We've tried our best to keep this release backwards-compatible with v3.
15+
16+
If you find something that seems to be a regression, please consult the documentation first,
17+
before filing an issue.
18+
19+
Thanks to all the users who have contributed with ideas, solutions and beta-testing.
20+
You're too many to name, but you know who you are.
21+
22+
A special thanks to `@drRedflint <https://github.com/drRedflint>`_ and `@jeffwright13 <https://github.com/jeffwright13>`_
23+
for all the javascript and testing respectively.
24+
925
3.2.0 (2022-10-25)
1026
~~~~~~~~~~~~~~~~~~
1127

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
]
4242
dependencies = [
4343
"pytest>=7.0.0",
44-
"pytest-metadata>=3.0.0",
44+
"pytest-metadata>=2.0.0",
4545
"Jinja2>=3.0.0",
4646
]
4747
dynamic = [

0 commit comments

Comments
 (0)