From f9804aab5000116c8f60c964921457ce869f02ad Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 26 Jul 2023 10:06:40 +0100 Subject: [PATCH] Bump version v0.5.3 -> v0.6.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- sphinxcontrib/default_values/__init__.py | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 44b735a..025de28 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.6.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index bac5265..83104e4 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -57,7 +57,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld default_values=0.5.3=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld default_values=0.6.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index cd77d51..011697a 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ For more information see `the documentation Optional[str]: """ Format the value as a string. - .. versionadded:: 0.5.3 + .. versionadded:: 0.6.0 :param value: """