diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b55c085..062d7cb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index f46ca9e..a9bf14a 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 configconfig=0.6.1=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld configconfig=0.6.2=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index b33da63..4e53263 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ configconfig .. |language| image:: https://img.shields.io/github/languages/top/repo-helper/configconfig :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/configconfig/v0.6.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/configconfig/v0.6.2 :target: https://github.com/repo-helper/configconfig/pulse :alt: GitHub commits since tagged version diff --git a/configconfig/__init__.py b/configconfig/__init__.py index f5c5ed5..b741969 100644 --- a/configconfig/__init__.py +++ b/configconfig/__init__.py @@ -29,5 +29,5 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.6.1" +__version__: str = "0.6.2" __email__: str = "dominic@davis-foster.co.uk" diff --git a/doc-source/index.rst b/doc-source/index.rst index 22d253e..c30ced6 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ configconfig :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.6.1 + :commits-since: v0.6.2 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 0bfecc1..a1f6e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "configconfig" -version = "0.6.1" +version = "0.6.2" description = "Load and validate YAML configuration files." readme = "README.rst" keywords = [ "configuration", "yaml",] @@ -50,7 +50,7 @@ github_username = "repo-helper" github_repository = "configconfig" author = "Dominic Davis-Foster" project = "configconfig" -copyright = "2020-2021 Dominic Davis-Foster" +copyright = "2020-2023 Dominic Davis-Foster" language = "en" package_root = "configconfig" extensions = [ diff --git a/repo_helper.yml b/repo_helper.yml index a38b857..4be12fd 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -1,13 +1,13 @@ # Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper) --- modname: 'configconfig' -copyright_years: '2020-2021' +copyright_years: '2020-2023' author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'repo-helper' assignee: 'domdfcoding' primary_conda_channel: 'domdfcoding' -version: '0.6.1' +version: '0.6.2' license: 'MIT' short_desc: 'Load and validate YAML configuration files.'