Skip to content

Commit cc34db7

Browse files
committed
Version 0.5.0
1 parent b79e07b commit cc34db7

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.5.0] - 2021-12-08
88
### Added
99
- Ability to check for, and fix, "mojibake" characters using [ftfy](https://github.com/LuminosoInsight/python-ftfy)
1010
- Ability to check if the item's title exists in the citation

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.4.8-dev"
3+
VERSION = "0.5.0"

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