File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
6
6
Version History
7
7
---------------
8
8
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
+
9
25
3.2.0 (2022-10-25)
10
26
~~~~~~~~~~~~~~~~~~
11
27
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ classifiers = [
41
41
]
42
42
dependencies = [
43
43
" pytest>=7.0.0" ,
44
- " pytest-metadata>=3 .0.0" ,
44
+ " pytest-metadata>=2 .0.0" ,
45
45
" Jinja2>=3.0.0" ,
46
46
]
47
47
dynamic = [
You can’t perform that action at this time.
0 commit comments