From 68ac4a0570c74766322126675f7762070a3d666b Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Thu, 28 Apr 2022 16:04:03 +0200 Subject: [PATCH] prepare for release --- CHANGELOG.rst | 6 ++++++ CITATION.cff | 4 ++-- dcachefs/__version__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c8c3b5..e545940 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,12 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_. +[0.1.4] + +Added +----- +* dCacheFS registers itself as fsspec implementation for "dcache" protocol + [0.1.3] Fixed diff --git a/CITATION.cff b/CITATION.cff index cb26b9f..66724db 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,9 +8,9 @@ authors: family-names: Nattino given-names: Francesco orcid: "https://orcid.org/0000-0003-3286-0139" -date-released: 2021-04-09 +date-released: 2022-04-28 doi: "10.5281/zenodo.4436720" -version: "0.1.3" +version: "0.1.4" repository-code: "https://github.com/NLeSC-GO-common-infrastructure/dcachefs" keywords: - "dCache" diff --git a/dcachefs/__version__.py b/dcachefs/__version__.py index 8ce9b36..7525d19 100644 --- a/dcachefs/__version__.py +++ b/dcachefs/__version__.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4'