From 58b7b6e9d8d0834a01a6d894c3386ddf84dd906d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 2 Sep 2022 16:35:58 +0300 Subject: [PATCH] Version 0.6.0 --- 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 a33f03b..d73df6d 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.6.0] = 2022-09-02 ### Changed - Perform fix for "unnecessary" Unicode characters after we try to fix encoding issues with ftfy diff --git a/csv_metadata_quality/version.py b/csv_metadata_quality/version.py index 297b8c6..69d61db 100644 --- a/csv_metadata_quality/version.py +++ b/csv_metadata_quality/version.py @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-3.0-only -VERSION = "0.6.0-dev" +VERSION = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index 5910231..29a5fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csv-metadata-quality" -version = "0.6.0-dev" +version = "0.6.0" 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 89decce..5b6a837 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ setuptools.setup( name="csv-metadata-quality", - version="0.6.0-dev", + version="0.6.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.",