Skip to content

Commit fdccdf7

Browse files
committed
Version 0.6.1
1 parent ff2c986 commit fdccdf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.6.1] - 2023-02-23
88
### Fixed
99
- Missing region check should ignore subregion field, if it exists
1010

csv_metadata_quality/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3-
VERSION = "0.6.0"
3+
VERSION = "0.6.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "csv-metadata-quality"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem."
55
authors = ["Alan Orth <[email protected]>"]
66
license="GPL-3.0-only"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="csv-metadata-quality",
17-
version="0.6.0",
17+
version="0.6.1",
1818
author="Alan Orth",
1919
author_email="[email protected]",
2020
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",

0 commit comments

Comments
 (0)