Version 0.2.0

This commit is contained in:
Alan Orth 2019-08-09 01:39:43 +03:00
parent 4cf7bc182b
commit 5ff584a8d7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 3 additions and 3 deletions

View File

@ -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/), 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.0] - 2019-08-09
### Added ### Added
- Handle Ctrl-C interrupt gracefully - Handle Ctrl-C interrupt gracefully
- Make output in suspicious character check more user friendly - Make output in suspicious character check more user friendly

View File

@ -1 +1 @@
VERSION = '0.1.0' VERSION = '0.2.0'

View File

@ -13,7 +13,7 @@ install_requires = [
setuptools.setup( setuptools.setup(
name="csv-metadata-quality", name="csv-metadata-quality",
version="0.1.0", version="0.2.0",
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.",