From 3e21601f49cc30dbdb0e06ed79c146d816dd5b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Fri, 1 Sep 2023 20:48:44 +0200 Subject: [PATCH] Release v4.0.0 (#725) --- docs/changelog.rst | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c5e20ce6..c923c015 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,22 @@ Versions follow `Semantic Versioning`_ (``..``). Version History --------------- +4.0.0 (2023-09-01) +~~~~~~~~~~~~~~~~~~ + +This release is the result of more than two years of rewrites. + +We've tried our best to keep this release backwards-compatible with v3. + +If you find something that seems to be a regression, please consult the documentation first, +before filing an issue. + +Thanks to all the users who have contributed with ideas, solutions and beta-testing. +You're too many to name, but you know who you are. + +A special thanks to `@drRedflint `_ and `@jeffwright13 `_ +for all the javascript and testing respectively. + 3.2.0 (2022-10-25) ~~~~~~~~~~~~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index b193c948..3d782220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ ] dependencies = [ "pytest>=7.0.0", - "pytest-metadata>=3.0.0", + "pytest-metadata>=2.0.0", "Jinja2>=3.0.0", ] dynamic = [