From 844762d7714348dc38a3102c73e8c97a15d86150 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Fri, 8 Oct 2021 22:28:03 +0100 Subject: [PATCH] Prepare 0.65.0b0 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 32e6d668..6eb1a14d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Darren Burns" # The full version, including alpha/beta/rc tags -release = "0.64.0b0" +release = "0.65.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 18a1a364..6daa794e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["tests/resources/"] [tool.poetry] name = "ward" -version = "0.64.0b0" +version = "0.65.0b0" description = "A modern Python testing framework" exclude = ["tests"] authors = ["Darren Burns "]