Skip to content

Commit 681aa13

Browse files
committed
Bump version v0.6.1 -> v0.6.2
1 parent 43d439b commit 681aa13

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld configconfig=0.6.1=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld configconfig=0.6.2=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ configconfig
101101
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/configconfig
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/configconfig/v0.6.1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/configconfig/v0.6.2
105105
:target: https://github.com/repo-helper/configconfig/pulse
106106
:alt: GitHub commits since tagged version
107107

configconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
__author__: str = "Dominic Davis-Foster"
3030
__copyright__: str = "2020 Dominic Davis-Foster"
3131
__license__: str = "MIT License"
32-
__version__: str = "0.6.1"
32+
__version__: str = "0.6.2"
3333
__email__: str = "[email protected]"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ configconfig
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.6.1
110+
:commits-since: v0.6.2
111111
:alt: GitHub commits since tagged version
112112

113113
.. |commits-latest| github-shield::

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "configconfig"
7-
version = "0.6.1"
7+
version = "0.6.2"
88
description = "Load and validate YAML configuration files."
99
readme = "README.rst"
1010
keywords = [ "configuration", "yaml",]
@@ -50,7 +50,7 @@ github_username = "repo-helper"
5050
github_repository = "configconfig"
5151
author = "Dominic Davis-Foster"
5252
project = "configconfig"
53-
copyright = "2020-2021 Dominic Davis-Foster"
53+
copyright = "2020-2023 Dominic Davis-Foster"
5454
language = "en"
5555
package_root = "configconfig"
5656
extensions = [

repo_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
22
---
33
modname: 'configconfig'
4-
copyright_years: '2020-2021'
4+
copyright_years: '2020-2023'
55
author: 'Dominic Davis-Foster'
66
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
99
primary_conda_channel: 'domdfcoding'
10-
version: '0.6.1'
10+
version: '0.6.2'
1111
license: 'MIT'
1212
short_desc: 'Load and validate YAML configuration files.'
1313

0 commit comments

Comments
 (0)