From 7a36eedc8115208b45efc3c34907b3701fe25070 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Fri, 9 Jul 2021 16:20:51 +0100 Subject: [PATCH] Prepare 0.63.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 3662b0c0..288ac8ba 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.62.1b0" +release = "0.63.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 774860c8..159242eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["tests/resources/"] [tool.poetry] name = "ward" -version = "0.62.1b0" +version = "0.63.0b0" description = "A modern Python testing framework" exclude = ["tests"] authors = ["Darren Burns "]