Skip to content

Commit 27bf057

Browse files
Merge pull request #130 from kbase/version_bump
version bump to 0.1.6
2 parents 8546b1b + 9de40e7 commit 27bf057

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Repo for CDM input data loading and wrangling
1212
- [Loading genomes, contigs, and features](#loading-genomes-contigs-and-features)
1313
- [Running bbmap stats and checkm2 on genome or contigset files](#running-bbmap-stats-and-checkm2-on-genome-or-contigset-files)
1414
- [Changelog](#changelog)
15+
- [v0.1.6](#v016)
1516
- [v0.1.5](#v015)
1617
- [v0.1.4](#v014)
1718
- [v0.1.3](#v013)
@@ -170,6 +171,10 @@ where `path/to/genome_paths_file.json` specifies the path to the genome paths fi
170171

171172
## Changelog
172173

174+
### v0.1.6
175+
176+
- Make NCBI REST API client more resilient to errors and ensure existing imports are not lost.
177+
173178
### v0.1.5
174179

175180
- Add batch size parameter to the NCBI REST API interface.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cdm-data-loaders"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Data loaders and wranglers for the CDM."
55
requires-python = ">= 3.13"
66
readme = "README.md"

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)