diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d9dfee..117e439 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +3.15.0 (2023-08-15) +------------------- + * Support Python 3.12. 3.14.0 (2023-08-15) diff --git a/setup.cfg b/setup.cfg index 4e70123..2886aa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest_randomly -version = 3.14.0 +version = 3.15.0 description = Pytest plugin to randomly order tests and control random.seed. long_description = file: README.rst long_description_content_type = text/x-rst