Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.9.12 (2025-11-28)

### Refactor

- **data**: clean up stale catalogue links and regex entries

## v0.9.11 (2025-11-28)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Collection acronyms for identification - cafi

[![release: 0.9.11](https://img.shields.io/badge/rel-0.9.11-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/cafi)
[![release: 0.9.12](https://img.shields.io/badge/rel-0.9.12-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/cafi)
[![MIT LICENSE](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/mit/)
[![DATA LICENSE - CC BY 4.0](https://img.shields.io/badge/Data%20License-CC%20BY%204.0-brightgreen.svg?style=flat-square)](http://creativecommons.org/licenses/by/4.0/)
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://LeibnizDSMZ.github.io/cafi/)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cafi"
version = "0.9.11"
version = "0.9.12"
description = "This project acts as a registry for acronyms used by culture collections."
readme = "README.md"
authors = [{ name = "Artur Lissin", email = "artur.lissin@dsmz.de" }]
Expand Down
2 changes: 1 addition & 1 deletion src/cafi/constants/versions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Final

CURRENT_VER: Final[str] = "v0.9.11"
CURRENT_VER: Final[str] = "v0.9.12"
STABLE_VER: Final[str] = "main"
3 changes: 0 additions & 3 deletions src/cafi/data/acr_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2212,9 +2212,6 @@
"YU:CGSC"
],
"active": true,
"catalogue": [
"https://ecgrc.net/CGSC/Strain.php?ID={id}"
],
"code": "CGSC",
"country": "US",
"gbif": "0d56526b-f406-473d-bf65-7532d4d06d1d",
Expand Down
3 changes: 0 additions & 3 deletions src/cafi/data/catalogue_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,5 @@
],
"96": [
"CAIM 1519"
],
"97": [
"CGSC 12563"
]
}
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.