From 8adcf0924e90e0e407a5c4680b19fcf70bc8416c Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Wed, 9 Feb 2022 13:30:25 +0100 Subject: [PATCH] Release 1.25.2 --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3e061c2..87e89fe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.25.2 + +* retry writing the shard in reader in case of error + ## 1.25.1 * small fix for logger and continuing diff --git a/setup.py b/setup.py index 1286aec..2f2f04b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def _read_reqs(relpath): name="img2dataset", packages=find_packages(), include_package_data=True, - version="1.25.1", + version="1.25.2", license="MIT", description="Easily turn a set of image urls to an image dataset", long_description=long_description,