Skip to content

Commit 576b147

Browse files
committed
Bump version v0.6.0 -> v0.6.1
1 parent 96072c1 commit 576b147

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.0
2+
current_version = 0.6.1
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
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld configconfig=0.6.0=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld configconfig=0.6.1=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
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/domdfcoding/configconfig
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/configconfig/v0.6.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/configconfig/v0.6.1
105105
:target: https://github.com/domdfcoding/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.0"
32+
__version__: str = "0.6.1"
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.0
110+
:commits-since: v0.6.1
111111
:alt: GitHub commits since tagged version
112112

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0"
7+
version = "0.6.1"
88
description = "Load and validate YAML configuration files."
99
readme = "README.rst"
1010
keywords = [ "configuration", "yaml",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2020-2021'
55
author: 'Dominic Davis-Foster'
66
77
username: 'domdfcoding'
8-
version: '0.6.0'
8+
version: '0.6.1'
99
license: 'MIT'
1010
short_desc: 'Load and validate YAML configuration files.'
1111

0 commit comments

Comments
 (0)