diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8aed431..0e51dc8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ pytest-xvfb changelog ===================== -v3.0.0 (unreleased) -------------------- +v3.0.0 +------ - New ``--xvfb-backend`` argument, which can be used to run Xephyr or Xvnc in place of Xvfb (e.g. for visual inspection but on a remote system or a diff --git a/pyproject.toml b/pyproject.toml index 8f96686..5d71d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytest-xvfb" -version = "2.0.0" +version = "3.0.0" authors = [{name = "Florian Bruhin", email = "me@the-compiler.org"}] maintainers = [{name = "Florian Bruhin", email = "me@the-compiler.org"}] license = {text = "MIT"}