From 57ef2e12242ddaf724ac35deade74b7e8d27fe94 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Fri, 25 Jun 2021 10:03:04 +0100 Subject: [PATCH] Prepare 0.62.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 3d8935f7..96bff101 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.61.1b0" +release = "0.62.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ef0f2a40..ea1ecac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["tests/resources/"] [tool.poetry] name = "ward" -version = "0.61.1b0" +version = "0.62.0b0" description = "A modern Python testing framework" exclude = ["tests"] authors = ["Darren Burns "]