Skip to content

Commit c354a36

Browse files
committed
Release version 0.2.2
1 parent 07f80cb commit c354a36

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ 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.2.2] - 2019-08-27
88
### Changed
99
- Output of date checks to include column names (helps debugging in case there are multiple date fields)
1010

1111
### Added
1212
- Ability to exclude certain fields using `--exclude-fields`
13+
- Fix for missing space after a comma, ie "Orth,Alan S."
1314

1415
### Improved
1516
- AGROVOC lookup code

csv_metadata_quality/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.2.1'
1+
VERSION = '0.2.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

0 commit comments

Comments
 (0)