Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Jan 15, 2020
1 parent 894e0a1 commit 705127f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0] - 2020-01-15
### Added
- Unicode normalization (enable with `--unsafe-fixes`, see README.md)

Expand Down
2 changes: 1 addition & 1 deletion csv_metadata_quality/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3.1"
VERSION = "0.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="csv-metadata-quality",
version="0.3.1",
version="0.4.0",
author="Alan Orth",
author_email="[email protected]",
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",
Expand Down

0 comments on commit 705127f

Please sign in to comment.