mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 05:45:02 +01:00
Release version 0.2.2
This commit is contained in:
parent
07f80cb37f
commit
c354a3687c
@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## [0.2.2] - 2019-08-27
|
||||||
### Changed
|
### Changed
|
||||||
- Output of date checks to include column names (helps debugging in case there are multiple date fields)
|
- Output of date checks to include column names (helps debugging in case there are multiple date fields)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Ability to exclude certain fields using `--exclude-fields`
|
- Ability to exclude certain fields using `--exclude-fields`
|
||||||
|
- Fix for missing space after a comma, ie "Orth,Alan S."
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
- AGROVOC lookup code
|
- AGROVOC lookup code
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION = '0.2.1'
|
VERSION = '0.2.2'
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ install_requires = [
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="csv-metadata-quality",
|
name="csv-metadata-quality",
|
||||||
version="0.2.1",
|
version="0.2.2",
|
||||||
author="Alan Orth",
|
author="Alan Orth",
|
||||||
author_email="aorth@mjanja.ch",
|
author_email="aorth@mjanja.ch",
|
||||||
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",
|
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",
|
||||||
|
Loading…
Reference in New Issue
Block a user