From fdccdf7318805031df9a5f2884af90c7652a472f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Feb 2023 13:46:56 +0300 Subject: [PATCH] Version 0.6.1 --- 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 db8e171..d410b8f 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.1] - 2023-02-23 ### Fixed - Missing region check should ignore subregion field, if it exists diff --git a/csv_metadata_quality/version.py b/csv_metadata_quality/version.py index 69d61db..17f6093 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" +VERSION = "0.6.1" diff --git a/pyproject.toml b/pyproject.toml index 69c4dff..bc6305b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csv-metadata-quality" -version = "0.6.0" +version = "0.6.1" 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 24e9e6e..396bc8e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ setuptools.setup( name="csv-metadata-quality", - version="0.6.0", + version="0.6.1", 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.",