From 4c5d361351680a3c70c02eb1126e3ea51d8c9ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20No=C3=A9?= Date: Fri, 18 Oct 2024 10:35:52 +0200 Subject: [PATCH] Prepare for release --- CHANGES.txt | 2 +- dwca/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 85f8879..3b4624e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -current (unreleased) +v0.16.3 (2024-10-18) -------------------- - Added a new `skip_metadata` parameter to the `DwCAReader` constructor. When set to `True`, the metadata file is not read. This can be useful for example if the metadata is corrupt (invalid XML) and you don't need it. diff --git a/dwca/version.py b/dwca/version.py index 7f33bc0..755df90 100644 --- a/dwca/version.py +++ b/dwca/version.py @@ -1 +1 @@ -__version__ = "0.16.2" +__version__ = "0.16.3"