Skip to content

Commit d76e725

Browse files
committed
Move unreleased changes to v0.4.4
1 parent 13980d2 commit d76e725

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.4.4] - 2021-02-21
88
### Added
99
- Accept dates formatted in ISO 8601 extended with combined date and time, for
1010
example: 2020-08-31T11:04:56Z

csv_metadata_quality/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.3"
1+
VERSION = "0.4.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "csv-metadata-quality"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem."
55
authors = ["Alan Orth <[email protected]>"]
66
license="GPL-3.0-only"

0 commit comments

Comments
 (0)