From 22b197ae2df1a41aa2aa8955e4b724605d7ff4a8 Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Fri, 13 Sep 2024 15:21:02 +0200 Subject: [PATCH] release: v2.1.4 --- CHANGES.rst | 5 +++++ cds/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 01915879e..092982211 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,11 @@ Changes ======= +Version 2.1.4 (2024-09-13) + +- deposit: fix publish on the first time by removing syncing of buckets and only rely on + snapshot of the bucket + Version 2.1.3 (2024-08-14) - flows: fix task revoke call diff --git a/cds/version.py b/cds/version.py index e038ecdeb..ebd83b0ce 100644 --- a/cds/version.py +++ b/cds/version.py @@ -24,4 +24,4 @@ """CDS version.""" -__version__ = "2.1.3" +__version__ = "2.1.4"