Skip to content

Commit 2412ab1

Browse files
Witte, Juliusjuwitte
authored andcommitted
bump: version 0.1.1 → 0.2.0
1 parent 3180a61 commit 2412ab1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.2.0 (2025-02-04)
2+
3+
### Feat
4+
5+
- source now list of sourcestrings
6+
7+
### Fix
8+
9+
- solve "None" fields are not required
10+
111
## v0.1.1 (2025-01-15)
212

313
### Fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![release: 0.1.1](https://img.shields.io/badge/rel-0.1.1-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/microbial-data-standard)
1+
[![release: 0.2.0](https://img.shields.io/badge/rel-0.2.0-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/microbial-data-standard)
22
[![MIT LICENSE](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/mit/)
33
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://LeibnizDSMZ.github.io/microbial-data-standard/)
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ packages = [
7878
]
7979
readme = "README.md"
8080
repository = "https://gitlab.int.dsmz.de/bioindustry-4/microbial_strain_data_model"
81-
version = "0.1.1"
81+
version = "0.2.0"
8282

8383
[tool.poetry.dependencies]
8484
anytree = ">=2.12, <3"

0 commit comments

Comments
 (0)