Skip to content

Commit ac3903c

Browse files
author
Gerit Wagner
committed
release 0.9.0
1 parent 2f84e01 commit ac3903c

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: '3.9'
23+
python-version: '3.12'
2424
- name: Install dependencies
2525
run: |
2626
pip install --upgrade pip

.github/workflows/evaluate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v2
4747
with:
48-
python-version: 3.9
48+
python-version: 3.12
4949

5050
- name: Install Poetry
5151
run: |

CHANGELOG.md

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

20+
## 0.9.0 - 2024-10-21
21+
22+
- Updates of dependencies and Python version
23+
- Updates of evaluations
24+
- Add Buhos to evaluation
25+
- Fix: preventing same-source merges (in connected components)
26+
2027
## 0.8.0 - 2024-05-20
2128

2229
- Release for JOSS

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# BibDedupe
44

5-
65
<!-- [![License](https://img.shields.io/github/license/CoLRev-Ecosystem/bib-dedupe.svg)](https://github.com/CoLRev-Environment/bib-dedupe/releases/) -->
76
[![status](https://joss.theoj.org/papers/b954027d06d602c106430e275fe72130/status.svg)](https://joss.theoj.org/papers/b954027d06d602c106430e275fe72130)
87
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bib-dedupe)<br>
@@ -38,7 +37,6 @@ If you use BibDedupe in your research, please cite it as follows:
3837

3938
Wagner, G. (2024) BibDedupe - An open-source Python library for deduplication of bibliographic records. *Journal of Open Source Software*, 9(97), 6318, [https://doi.org/10.21105/joss.06318](https://doi.org/10.21105/joss.06318).
4039

41-
4240
## Contribution Guidelines
4341

4442
We welcome contributions from the community to enhance and expand BibDedupe. If you would like to contribute, please follow our [contribution guidelines](CONTRIBUTING.md).

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

release-checklist.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ For all releases:
44

55
- Collect release notes and update the `CHANGELOG.md`.
66
- Update the version in `pyproject.toml`. Check whether other parts of the `pyproject.toml` need to be updated. Check whether dependencies can be removed.
7-
- Update **version** and **date** and date in `CITATION.cff`.
87
- Commit the changes (`release 0.10.0`).
98
- Push to Github. Check whether the installation, tests, and pre-commit hooks pass.
109
- Run `git tag -s $VERSION` (format: "0.9.1").

0 commit comments

Comments
 (0)