Skip to content

Commit ac3e203

Browse files
author
Gerit Wagner
committed
release 0.7.3
1 parent 13c2baf commit ac3e203

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0).
1717
### Fixed
1818
-->
1919

20+
## 0.7.3 - 2024-04-16
21+
22+
- Load example datasets on demand to avoid large package size (potentially causes errors during installation [1](https://github.com/CoLRev-Environment/colrev/actions/runs/8711093539/job/23894441546))
23+
2024
## 0.7.2 - 2024-04-12
2125

2226
- block: prevent type/FutureWarning

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
given-names: "Gerit"
66
orcid: "https://orcid.org/0000-0003-3926-7717"
77
title: "BibDedupe: An Open-Source Python Library for Bibliographic Record Deduplication"
8-
version: 0.7.2
9-
date-released: 2024-04-12
8+
version: 0.7.3
9+
date-released: 2024-04-16
1010
url: "https://github.com/CoLRev-Environment/bib-dedupe"

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 = "bib-dedupe"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Identify and merge duplicates in bibliographic records"
55
authors = ["Gerit Wagner <gerit.wagner@uni-bamberg.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)