Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2f20003

Browse files
committed
Prepare 0.67.0b0
1 parent 518a0ec commit 2f20003

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Darren Burns"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.66.1b0"
26+
release = "0.67.0b0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["tests/resources/"]
88

99
[tool.poetry]
1010
name = "ward"
11-
version = "0.66.1b0"
11+
version = "0.67.0b0"
1212
description = "A modern Python testing framework"
1313
exclude = ["tests"]
1414
authors = ["Darren Burns <[email protected]>"]

ward/_ward_version.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import pkg_resources
2-
3-
__version__ = pkg_resources.get_distribution("ward").version
1+
__version__ = "0.67.0b0"

0 commit comments

Comments
 (0)