From e15c98cccb9086b86b728f2bbb4eeea021cfa61d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 26 Sep 2019 14:06:31 +0300 Subject: [PATCH] Move unreleased changes to v0.3.0 --- CHANGELOG.md | 2 +- csv_metadata_quality/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb3d5c..8d80033 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.3.0] - 2019-09-26 ### Updated - Update python dependencies to latest versions, including numpy 1.17.2, pandas 0.25.1, pytest 5.1.3, and requests-cache 0.5.2 diff --git a/csv_metadata_quality/version.py b/csv_metadata_quality/version.py index 0bcc5d9..867e4b1 100644 --- a/csv_metadata_quality/version.py +++ b/csv_metadata_quality/version.py @@ -1 +1 @@ -VERSION = "0.2.2" +VERSION = "0.3.0" diff --git a/setup.py b/setup.py index 97760d0..fffe667 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ setuptools.setup( name="csv-metadata-quality", - version="0.2.2", + version="0.3.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.",