From f816e17fe7bdbaa9a2d85d506074fb5172206bf6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 17 Mar 2021 10:00:34 +0200 Subject: [PATCH] Version 0.4.7 --- CHANGELOG.md | 2 +- csv_metadata_quality/version.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c1a10..a77a7ac 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.4.7] - 2021-03-17 ### Changed - Fixing invalid multi-value separators like `|` and `|||` is no longer class- ified as "unsafe" as I have yet to see a case where this was intentional diff --git a/csv_metadata_quality/version.py b/csv_metadata_quality/version.py index 6786b62..c51e7af 100644 --- a/csv_metadata_quality/version.py +++ b/csv_metadata_quality/version.py @@ -1 +1 @@ -VERSION = "0.4.6-dev" +VERSION = "0.4.7" diff --git a/pyproject.toml b/pyproject.toml index 0f4649d..b564d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csv-metadata-quality" -version = "0.4.6-dev" +version = "0.4.7" description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem." authors = ["Alan Orth "] license="GPL-3.0-only" diff --git a/setup.py b/setup.py index a87cce9..ef4a8dd 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ setuptools.setup( name="csv-metadata-quality", - version="0.4.6-dev", + version="0.4.7", 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.",