Skip to content

Commit 9418007

Browse files
committed
bump: release 0.9.15
1 parent 95f7dec commit 9418007

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.9.15 (2026-01-12)
2+
3+
### Refactor
4+
5+
- update project dependencies
6+
17
## v0.9.14 (2025-12-09)
28

39
### Refactor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Collection acronyms for identification - cafi
22

3-
[![release: 0.9.14](https://img.shields.io/badge/rel-0.9.14-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/cafi)
3+
[![release: 0.9.15](https://img.shields.io/badge/rel-0.9.15-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/cafi)
44
[![MIT LICENSE](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/mit/)
55
[![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/)
66
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://LeibnizDSMZ.github.io/cafi/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cafi"
3-
version = "0.9.14"
3+
version = "0.9.15"
44
description = "This project acts as a registry for acronyms used by culture collections."
55
readme = "README.md"
66
authors = [{ name = "Artur Lissin", email = "artur.lissin@dsmz.de" }]

src/cafi/constants/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from typing import Final
22

3-
CURRENT_VER: Final[str] = "v0.9.14"
3+
CURRENT_VER: Final[str] = "v0.9.15"
44
STABLE_VER: Final[str] = "main"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)