Skip to content

Commit f816e17

Browse files
committed
Version 0.4.7
1 parent 9061c7c commit f816e17

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.7] - 2021-03-17
88
### Changed
99
- Fixing invalid multi-value separators like `|` and `|||` is no longer class-
1010
ified as "unsafe" as I have yet to see a case where this was intentional

csv_metadata_quality/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.6-dev"
1+
VERSION = "0.4.7"

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.6-dev"
3+
version = "0.4.7"
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.6-dev",
17+
version="0.4.7",
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)