diff --git a/CHANGELOG.md b/CHANGELOG.md index c28c6cd..01ec76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2019-08-09 ### Added - Handle Ctrl-C interrupt gracefully - Make output in suspicious character check more user friendly diff --git a/csv_metadata_quality/version.py b/csv_metadata_quality/version.py index 1f6518e..81343d7 100644 --- a/csv_metadata_quality/version.py +++ b/csv_metadata_quality/version.py @@ -1 +1 @@ -VERSION = '0.1.0' +VERSION = '0.2.0' diff --git a/setup.py b/setup.py index 4086391..044f419 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requires = [ setuptools.setup( name="csv-metadata-quality", - version="0.1.0", + version="0.2.0", author="Alan Orth", author_email="aorth@mjanja.ch", description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",