Skip to content

Commit 868a290

Browse files
committed
Release v3.1.0
1 parent 21c9994 commit 868a290

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
-------------
33

4+
**3.1.0 (2024-02-01)**
5+
6+
* Drop support for python 3.7
7+
48
**3.0.0 (2023-05-27)**
59

610
* Use `pytest.stash` internally instead of `_variables`

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ Resources
180180
- `Issue Tracker`_
181181
- Code_
182182

183-
.. _pytest: http://pytest.org
183+
.. _pytest: https://docs.pytest.org/en/8.0.x/
184184
.. _Human JSON: https://hjson.github.io
185-
.. _YAML: http://yaml.org
185+
.. _YAML: https://yaml.org
186186
.. _TOML: https://github.com/toml-lang/toml
187187
.. _dictionary: https://docs.python.org/tutorial/datastructures.html#dictionaries
188-
.. _Release Notes: http://github.com/pytest-dev/pytest-variables/blob/master/CHANGES.rst
189-
.. _Issue Tracker: http://github.com/pytest-dev/pytest-variables/issues
190-
.. _Code: http://github.com/pytest-dev/pytest-variables
188+
.. _Release Notes: https://github.com/pytest-dev/pytest-variables/blob/master/CHANGES.rst
189+
.. _Issue Tracker: https://github.com/pytest-dev/pytest-variables/issues
190+
.. _Code: https://github.com/pytest-dev/pytest-variables

0 commit comments

Comments
 (0)