Skip to content

Commit cb07d35

Browse files
committed
Version 0.4.2
1 parent 65cd48a commit cb07d35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
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.4.2] - 2020-07-06
88
### Changed
99
- Add field name to the output for more fixes and checks to help identify where
1010
the error is

csv_metadata_quality/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.1"
1+
VERSION = "0.4.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "csv-metadata-quality"
3-
version = "0.4.1"
3+
version = "0.4.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="csv-metadata-quality",
17-
version="0.4.1",
17+
version="0.4.2",
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)